#DECF6E

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

Shades of Wild Rice #DECF6E

Tints of Wild Rice #DECF6E

Color information

#DECF6E (or 0xDECF6E) is unknown color: approx Wild Rice. HEX triplet: DE, CF and 6E. RGB value is (222,207,110). Sum of RGB (Red+Green+Blue) = 222+207+110=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF6E is #213091. Grayscale: #C8C8C8. Windows color (decimal): -2175122 or 7262174. OLE color: 7262174.

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

Color convert

RGB222207110-
CMYK00.070.500.13
HSL51.96º62.92%65.1%-
HSV(B)51.96º50.45%87.06%-
XYZ55.2561.2823.67-
YUV200.4376.97143.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 207 (81.25% from 255) = 38.40%
BLUE value IS 110 (43.36% from 255) = 20.41%
R=41.19%
G=38.40%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220711000.070.500.1351.9662.9265.1
HexDECF6E0732D343f41
Octal3363171560762156477101
Binary11011110110011111101110011111001011011101001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECF6E; }

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

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

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

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

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

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

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

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