#DECE6B

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

Shades of Wild Rice #DECE6B

Tints of Wild Rice #DECE6B

Color information

#DECE6B (or 0xDECE6B) is unknown color: approx Wild Rice. HEX triplet: DE, CE and 6B. RGB value is (222,206,107). Sum of RGB (Red+Green+Blue) = 222+206+107=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE6B is #213194. Grayscale: #C7C7C7. Windows color (decimal): -2175381 or 7065310. OLE color: 7065310.

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

Color convert

RGB222206107-
CMYK00.070.520.13
HSL51.65º63.54%64.51%-
HSV(B)51.65º51.8%87.06%-
XYZ54.8560.7322.74-
YUV199.575.8144.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 206 (80.86% from 255) = 38.50%
BLUE value IS 107 (42.19% from 255) = 20%
R=41.50%
G=38.50%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220610700.070.520.1351.6563.5464.51
HexDECE6B0734D344041
Octal33631615307641564100101
Binary110111101100111011010110111110100110111010010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE6B; }

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

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

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

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

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

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

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

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