#DECC6D

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

Shades of Wild Rice #DECC6D

Tints of Wild Rice #DECC6D

Color information

#DECC6D (or 0xDECC6D) is unknown color: approx Wild Rice. HEX triplet: DE, CC and 6D. RGB value is (222,204,109). Sum of RGB (Red+Green+Blue) = 222+204+109=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC6D is #213392. Grayscale: #C6C6C6. Windows color (decimal): -2175891 or 7195870. OLE color: 7195870.

HSL color Cylindrical-coordinate representation of color #DECC6D: hue angle of 50.44º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DECC6D is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB222204109-
CMYK00.080.510.13
HSL50.44º63.13%64.9%-
HSV(B)50.44º50.9%87.06%-
XYZ54.4859.8223.14-
YUV198.5577.46144.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 109 (42.97% from 255) = 20.37%
R=41.50%
G=38.13%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220410900.080.510.1350.4463.1364.9
HexDECC6D0833D323f41
Octal33631415501063156277101
Binary110111101100110011011010100011001111011100101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC6D; }

 p { color: rgb(222,204,109); }

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

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

 a { background-color: rgb(222,204,109); }

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

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

 span { border-color: rgb(222,204,109); }

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