#DDD87C

Color #DDD87C Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #DDD87C

Tints of Wild Rice #DDD87C

Color information

#DDD87C (or 0xDDD87C) is unknown color: approx Wild Rice. HEX triplet: DD, D8 and 7C. RGB value is (221,216,124). Sum of RGB (Red+Green+Blue) = 221+216+124=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD87C is #222783. Grayscale: #CFCFCF. Windows color (decimal): -2238340 or 8181981. OLE color: 8181981.

HSL color Cylindrical-coordinate representation of color #DDD87C: hue angle of 56.91º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDD87C is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221216124-
CMYK00.020.440.13
HSL56.91º58.79%67.65%-
HSV(B)56.91º43.89%86.67%-
XYZ58.0165.9428.74-
YUV207.0181.16137.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 216 (84.77% from 255) = 38.50%
BLUE value IS 124 (48.83% from 255) = 22.10%
R=39.39%
G=38.50%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121612400.020.440.1356.9158.7967.65
HexDDD87C022CD393b44
Octal3353301740254157173104
Binary1101110111011000111110001010110011011110011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD87C; }

 p { color: rgb(221,216,124); }

 H1.HeaderClassName
 {
   color: #DDD87C;
 }
 .AnyTagClassName
 {
   color: #DDD87C;
 }
</style>
background-color css

<style>
 a { background-color: #DDD87C; }

 a { background-color: rgb(221,216,124); }

 div.DivClassName
 {
   background-color: #DDD87C;
 }
 .BgClassName
 {
   background-color: #DDD87C;
 }
</style>
border-color css

<style>
 span { border-color: #DDD87C; }

 span { border-color: rgb(221,216,124); }

 td.TdClassName
 {
   border-color: #DDD87C;
 }
 .TagClassName
 {
   border-color: #DDD87C;
 }
</style>