Color Hex Logo

#ddd76b Color Hex

#DDD76B
(221,215,107)
0 Favorites   0 Comments

Color spaces of #ddd76b

RGB 221215107
HSL0.160.630.64
HSV57°52°87°
CMYK 0.000.030.52   0.13
XYZ56.773165.034623.4706
Yxy65.03460.39080.4477
Hunter Lab80.6440-15.463739.1951
CIE-Lab84.5016-12.109853.3605

#ddd76b color RGB value is (221,215,107).

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

The process color (four color CMYK) of #ddd76b color hex is 0.00, 0.03, 0.52, 0.13. Web safe color of #ddd76b is #cccc66. Color #ddd76b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 01101011
Octal 335 327 153
Decimal 221 215 107
Hex DD D7 6B

RGB Percentages of Color #ddd76b

%40.70
%39.59
%19.71

CMYK Percentages of Color #ddd76b

%0
%3
%52
%13

Triadic Colors of #ddd76b

#ddd76b #6bddd7 #d76bdd

Analogous Colors of #ddd76b

#ddd76b #aadd6b #dd9e6b

Monochromatic Colors of #ddd76b

#ddd76b

Complementary Color

#ddd76b #6b71dd

#ddd76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd76b Color CSS Codes

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

#ddd76b Text Font Color

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

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


#ddd76b Background Color

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

This div background color is #ddd76b


#ddd76b Border Color

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

This div border color is #ddd76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd76b


Comments

No comments written yet.

Please login to write comment.