#DDD87D

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

Shades of Wild Rice #DDD87D

Tints of Wild Rice #DDD87D

Color information

#DDD87D (or 0xDDD87D) is unknown color: approx Wild Rice. HEX triplet: DD, D8 and 7D. RGB value is (221,216,125). Sum of RGB (Red+Green+Blue) = 221+216+125=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD87D is #222782. Grayscale: #CFCFCF. Windows color (decimal): -2238339 or 8247517. OLE color: 8247517.

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

Color convert

RGB221216125-
CMYK00.020.430.13
HSL56.88º58.54%67.84%-
HSV(B)56.88º43.44%86.67%-
XYZ58.0865.9629.07-
YUV207.1281.66137.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 125 (49.22% from 255) = 22.24%
R=39.32%
G=38.43%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121612500.020.430.1356.8858.5467.84
HexDDD87D022BD393b44
Octal3353301750253157173104
Binary1101110111011000111110101010101111011110011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD87D; }

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

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

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

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

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

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

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

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