#DECC6C

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

Shades of Wild Rice #DECC6C

Tints of Wild Rice #DECC6C

Color information

#DECC6C (or 0xDECC6C) is unknown color: approx Wild Rice. HEX triplet: DE, CC and 6C. RGB value is (222,204,108). Sum of RGB (Red+Green+Blue) = 222+204+108=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC6C is #213393. Grayscale: #C6C6C6. Windows color (decimal): -2175892 or 7130334. OLE color: 7130334.

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

Color convert

RGB222204108-
CMYK00.080.510.13
HSL50.53º63.33%64.71%-
HSV(B)50.53º51.35%87.06%-
XYZ54.4259.822.86-
YUV198.4476.96144.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.57%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 108 (42.58% from 255) = 20.22%
R=41.57%
G=38.20%
B=20.22%

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
Decimal22220410800.080.510.1350.5363.3364.71
HexDECC6C0833D333f41
Octal33631415401063156377101
Binary110111101100110011011000100011001111011100111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC6C; }

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

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

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

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

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

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

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

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