#DECC6B

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

Shades of Wild Rice #DECC6B

Tints of Wild Rice #DECC6B

Color information

#DECC6B (or 0xDECC6B) is unknown color: approx Wild Rice. HEX triplet: DE, CC and 6B. RGB value is (222,204,107). Sum of RGB (Red+Green+Blue) = 222+204+107=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC6B is #213394. Grayscale: #C6C6C6. Windows color (decimal): -2175893 or 7064798. OLE color: 7064798.

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

Color convert

RGB222204107-
CMYK00.080.520.13
HSL50.61º63.54%64.51%-
HSV(B)50.61º51.8%87.06%-
XYZ54.3759.7822.58-
YUV198.3276.46144.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 107 (42.19% from 255) = 20.08%
R=41.65%
G=38.27%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220410700.080.520.1350.6163.5464.51
HexDECC6B0834D334041
Octal336314153010641563100101
Binary1101111011001100110101101000110100110111001110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC6B; }

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

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

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

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

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

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

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

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