#DED87B

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

Shades of Wild Rice #DED87B

Tints of Wild Rice #DED87B

Color information

#DED87B (or 0xDED87B) is unknown color: approx Wild Rice. HEX triplet: DE, D8 and 7B. RGB value is (222,216,123). Sum of RGB (Red+Green+Blue) = 222+216+123=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DED87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED87B is #212784. Grayscale: #CFCFCF. Windows color (decimal): -2172805 or 8116446. OLE color: 8116446.

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

Color convert

RGB222216123-
CMYK00.030.450.13
HSL56.36º60%67.65%-
HSV(B)56.36º44.59%87.06%-
XYZ58.2666.0728.42-
YUV207.1980.49138.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.57%
GREEN value IS 216 (84.77% from 255) = 38.50%
BLUE value IS 123 (48.44% from 255) = 21.93%
R=39.57%
G=38.50%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221612300.030.450.1356.366067.65
HexDED87B032DD383c44
Octal3363301730355157074104
Binary1101111011011000111101101110110111011110001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED87B; }

 p { color: rgb(222,216,123); }

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

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

 a { background-color: rgb(222,216,123); }

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

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

 span { border-color: rgb(222,216,123); }

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