#DECE6D

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

Shades of Wild Rice #DECE6D

Tints of Wild Rice #DECE6D

Color information

#DECE6D (or 0xDECE6D) is unknown color: approx Wild Rice. HEX triplet: DE, CE and 6D. RGB value is (222,206,109). Sum of RGB (Red+Green+Blue) = 222+206+109=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE6D is #213192. Grayscale: #C8C8C8. Windows color (decimal): -2175379 or 7196382. OLE color: 7196382.

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

Color convert

RGB222206109-
CMYK00.070.510.13
HSL51.5º63.13%64.9%-
HSV(B)51.5º50.9%87.06%-
XYZ54.9660.7823.3-
YUV199.7376.8143.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 206 (80.86% from 255) = 38.36%
BLUE value IS 109 (42.97% from 255) = 20.30%
R=41.34%
G=38.36%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220610900.070.510.1351.563.1364.9
HexDECE6D0733D343f41
Octal3363161550763156477101
Binary11011110110011101101101011111001111011101001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE6D; }

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

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

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

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

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

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

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

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