#DACE71

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

Shades of Wild Rice #DACE71

Tints of Wild Rice #DACE71

Color information

#DACE71 (or 0xDACE71) is unknown color: approx Wild Rice. HEX triplet: DA, CE and 71. RGB value is (218,206,113). Sum of RGB (Red+Green+Blue) = 218+206+113=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE71 is #25318E. Grayscale: #C7C7C7. Windows color (decimal): -2437519 or 7458522. OLE color: 7458522.

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

Color convert

RGB218206113-
CMYK00.060.480.15
HSL53.14º58.66%64.9%-
HSV(B)53.14º48.17%85.49%-
XYZ53.9760.2424.41-
YUV198.9979.48141.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 206 (80.86% from 255) = 38.36%
BLUE value IS 113 (44.53% from 255) = 21.04%
R=40.60%
G=38.36%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820611300.060.480.1553.1458.6664.9
HexDACE710630F353b41
Octal3323161610660176573101
Binary11011010110011101110001011011000011111101011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACE71; }

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

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

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

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

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

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

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

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