#DECD71

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

Shades of Wild Rice #DECD71

Tints of Wild Rice #DECD71

Color information

#DECD71 (or 0xDECD71) is unknown color: approx Wild Rice. HEX triplet: DE, CD and 71. RGB value is (222,205,113). Sum of RGB (Red+Green+Blue) = 222+205+113=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD71 is #21328E. Grayscale: #C7C7C7. Windows color (decimal): -2175631 or 7458270. OLE color: 7458270.

HSL color Cylindrical-coordinate representation of color #DECD71: hue angle of 50.64º 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 #DECD71 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB222205113-
CMYK00.080.490.13
HSL50.64º62.29%65.69%-
HSV(B)50.64º49.1%87.06%-
XYZ54.9460.3824.38-
YUV199.679.13143.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 113 (44.53% from 255) = 20.93%
R=41.11%
G=37.96%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220511300.080.490.1350.6462.2965.69
HexDECD710831D333e42
Octal33631516101061156376102
Binary110111101100110111100010100011000111011100111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECD71; }

 p { color: rgb(222,205,113); }

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

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

 a { background-color: rgb(222,205,113); }

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

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

 span { border-color: rgb(222,205,113); }

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