Color Hex Logo

#ddb767 Color Hex

#DDB767
(221,183,103)
0 Favorites   0 Comments

Color spaces of #ddb767

RGB 221183103
HSL0.110.630.64
HSV41°53°87°
CMYK 0.000.170.53   0.13
XYZ49.200550.218419.9319
Yxy50.21840.41220.4208
Hunter Lab70.8649-0.083732.9292
CIE-Lab76.20314.037245.4107

#ddb767 color RGB value is (221,183,103).

#ddb767 hex color red value is 221, green value is 183 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ddb767 hue: 0.11 , saturation: 0.63 and the lightness value of ddb767 is 0.64.

The process color (four color CMYK) of #ddb767 color hex is 0.00, 0.17, 0.53, 0.13. Web safe color of #ddb767 is #cccc66. Color #ddb767 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 01100111
Octal 335 267 147
Decimal 221 183 103
Hex DD B7 67

RGB Percentages of Color #ddb767

%43.59
%36.09
%20.32

CMYK Percentages of Color #ddb767

%0
%17
%53
%13

Triadic Colors of #ddb767

#ddb767 #67ddb7 #b767dd

Analogous Colors of #ddb767

#ddb767 #c8dd67 #dd7c67

Monochromatic Colors of #ddb767

#ddb767

Complementary Color

#ddb767 #678ddd

#ddb767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb767 Color CSS Codes

.mybgcolor {background-color:#ddb767; } 
.myforecolor {color:#ddb767; }
.mybordercolor {border:3px solid #ddb767; }

#ddb767 Text Font Color

<p style="color:#ddb767">Text here</p>

This sample text font color is #ddb767
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddb767 Background Color

<div style="background-color:#ddb767">
Div content here</div>

This div background color is #ddb767


#ddb767 Border Color

<div style="border:3px solid #ddb767">
Div here</div>

This div border color is #ddb767


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,183,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddb767; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddb767;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb767;
  box-shadow:         1px 1px 3px 2px #ddb767; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,183,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddb767">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb767;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb767;
  box-shadow:         1px 1px 3px 2px #ddb767;">
Div content here</div>

This div box has shadow with color #ddb767


Comments

No comments written yet.

Please login to write comment.