#DECF68

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

Shades of Wild Rice #DECF68

Tints of Wild Rice #DECF68

Color information

#DECF68 (or 0xDECF68) is unknown color: approx Wild Rice. HEX triplet: DE, CF and 68. RGB value is (222,207,104). Sum of RGB (Red+Green+Blue) = 222+207+104=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF68 is #213097. Grayscale: #C8C8C8. Windows color (decimal): -2175128 or 6868958. OLE color: 6868958.

HSL color Cylindrical-coordinate representation of color #DECF68: hue angle of 52.37º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DECF68 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB222207104-
CMYK00.070.530.13
HSL52.37º64.13%63.92%-
HSV(B)52.37º53.15%87.06%-
XYZ54.9461.1522.01-
YUV199.7473.97143.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 207 (81.25% from 255) = 38.84%
BLUE value IS 104 (41.02% from 255) = 19.51%
R=41.65%
G=38.84%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220710400.070.530.1352.3764.1363.92
HexDECF680735D344040
Octal33631715007651564100100
Binary110111101100111111010000111110101110111010010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECF68; }

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

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

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

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

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

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

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

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