Color Hex Logo

#ddb278 Color Hex

#DDB278
(221,178,120)
0 Favorites   0 Comments

Color spaces of #ddb278

RGB 221178120
HSL0.100.600.67
HSV34°46°87°
CMYK 0.000.190.46   0.13
XYZ49.129448.569024.5547
Yxy48.56900.40190.3973
Hunter Lab69.69153.874527.8941
CIE-Lab75.18248.243335.4743

#ddb278 color RGB value is (221,178,120).

#ddb278 hex color red value is 221, green value is 178 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ddb278 hue: 0.10 , saturation: 0.60 and the lightness value of ddb278 is 0.67.

The process color (four color CMYK) of #ddb278 color hex is 0.00, 0.19, 0.46, 0.13. Web safe color of #ddb278 is #cc9966. Color #ddb278 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 01111000
Octal 335 262 170
Decimal 221 178 120
Hex DD B2 78

RGB Percentages of Color #ddb278

%42.58
%34.30
%23.12

CMYK Percentages of Color #ddb278

%0
%19
%46
%13

Triadic Colors of #ddb278

#ddb278 #78ddb2 #b278dd

Analogous Colors of #ddb278

#ddb278 #d6dd78 #dd8078

Monochromatic Colors of #ddb278

#ddb278

Complementary Color

#ddb278 #78a3dd

#ddb278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb278 Color CSS Codes

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

#ddb278 Text Font Color

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

This sample text font color is #ddb278
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.


#ddb278 Background Color

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

This div background color is #ddb278


#ddb278 Border Color

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

This div border color is #ddb278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb278


Comments

No comments written yet.

Please login to write comment.