#DECD6D

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

Shades of Wild Rice #DECD6D

Tints of Wild Rice #DECD6D

Color information

#DECD6D (or 0xDECD6D) is unknown color: approx Wild Rice. HEX triplet: DE, CD and 6D. RGB value is (222,205,109). Sum of RGB (Red+Green+Blue) = 222+205+109=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD6D is #213292. Grayscale: #C7C7C7. Windows color (decimal): -2175635 or 7196126. OLE color: 7196126.

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

Color convert

RGB222205109-
CMYK00.080.510.13
HSL50.97º63.13%64.9%-
HSV(B)50.97º50.9%87.06%-
XYZ54.7260.323.22-
YUV199.1477.13144.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 109 (42.97% from 255) = 20.34%
R=41.42%
G=38.25%
B=20.34%

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
Decimal22220510900.080.510.1350.9763.1364.9
HexDECD6D0833D333f41
Octal33631515501063156377101
Binary110111101100110111011010100011001111011100111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECD6D; }

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

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

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

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

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

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

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

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