#DECE72

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

Shades of Wild Rice #DECE72

Tints of Wild Rice #DECE72

Color information

#DECE72 (or 0xDECE72) is unknown color: approx Wild Rice. HEX triplet: DE, CE and 72. RGB value is (222,206,114). Sum of RGB (Red+Green+Blue) = 222+206+114=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE72 is #21318D. Grayscale: #C8C8C8. Windows color (decimal): -2175374 or 7524062. OLE color: 7524062.

HSL color Cylindrical-coordinate representation of color #DECE72: hue angle of 51.11º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DECE72 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB222206114-
CMYK00.070.490.13
HSL51.11º62.07%65.88%-
HSV(B)51.11º48.65%87.06%-
XYZ55.2360.8924.76-
YUV200.379.3143.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 206 (80.86% from 255) = 38.01%
BLUE value IS 114 (44.92% from 255) = 21.03%
R=40.96%
G=38.01%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220611400.070.490.1351.1162.0765.88
HexDECE720731D333e42
Octal3363161620761156376102
Binary11011110110011101110010011111000111011100111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE72; }

 p { color: rgb(222,206,114); }

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

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

 a { background-color: rgb(222,206,114); }

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

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

 span { border-color: rgb(222,206,114); }

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