#DECD6E

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

Shades of Wild Rice #DECD6E

Tints of Wild Rice #DECD6E

Color information

#DECD6E (or 0xDECD6E) is unknown color: approx Wild Rice. HEX triplet: DE, CD and 6E. RGB value is (222,205,110). Sum of RGB (Red+Green+Blue) = 222+205+110=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD6E is #213291. Grayscale: #C7C7C7. Windows color (decimal): -2175634 or 7261662. OLE color: 7261662.

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

Color convert

RGB222205110-
CMYK00.080.500.13
HSL50.89º62.92%65.1%-
HSV(B)50.89º50.45%87.06%-
XYZ54.7760.3223.51-
YUV199.2577.63144.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 110 (43.36% from 255) = 20.48%
R=41.34%
G=38.18%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220511000.080.500.1350.8962.9265.1
HexDECD6E0832D333f41
Octal33631515601062156377101
Binary110111101100110111011100100011001011011100111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECD6E; }

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

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

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

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

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

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

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

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