#DACE6E

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

Shades of Wild Rice #DACE6E

Tints of Wild Rice #DACE6E

Color information

#DACE6E (or 0xDACE6E) is unknown color: approx Wild Rice. HEX triplet: DA, CE and 6E. RGB value is (218,206,110). Sum of RGB (Red+Green+Blue) = 218+206+110=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE6E is #253191. Grayscale: #C7C7C7. Windows color (decimal): -2437522 or 7261914. OLE color: 7261914.

HSL color Cylindrical-coordinate representation of color #DACE6E: hue angle of 53.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DACE6E is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB218206110-
CMYK00.060.500.15
HSL53.33º59.34%64.31%-
HSV(B)53.33º49.54%85.49%-
XYZ53.860.1723.53-
YUV198.6477.98141.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 110 (43.36% from 255) = 20.60%
R=40.82%
G=38.58%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820611000.060.500.1553.3359.3464.31
HexDACE6E0632F353b40
Octal3323161560662176573100
Binary11011010110011101101110011011001011111101011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACE6E; }

 p { color: rgb(218,206,110); }

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

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

 a { background-color: rgb(218,206,110); }

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

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

 span { border-color: rgb(218,206,110); }

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