#DACE6A

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

Shades of Wild Rice #DACE6A

Tints of Wild Rice #DACE6A

Color information

#DACE6A (or 0xDACE6A) is unknown color: approx Wild Rice. HEX triplet: DA, CE and 6A. RGB value is (218,206,106). Sum of RGB (Red+Green+Blue) = 218+206+106=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE6A is #253195. Grayscale: #C6C6C6. Windows color (decimal): -2437526 or 6999770. OLE color: 6999770.

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

Color convert

RGB218206106-
CMYK00.060.510.15
HSL53.57º60.22%63.53%-
HSV(B)53.57º51.38%85.49%-
XYZ53.5960.0922.41-
YUV198.1975.98142.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.13%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 106 (41.80% from 255) = 20%
R=41.13%
G=38.87%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820610600.060.510.1553.5760.2263.53
HexDACE6A0633F363c40
Octal3323161520663176674100
Binary11011010110011101101010011011001111111101101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACE6A; }

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

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

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

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

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

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

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

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