#DACC71

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

Shades of Wild Rice #DACC71

Tints of Wild Rice #DACC71

Color information

#DACC71 (or 0xDACC71) is unknown color: approx Wild Rice. HEX triplet: DA, CC and 71. RGB value is (218,204,113). Sum of RGB (Red+Green+Blue) = 218+204+113=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC71 is #25338E. Grayscale: #C6C6C6. Windows color (decimal): -2438031 or 7458010. OLE color: 7458010.

HSL color Cylindrical-coordinate representation of color #DACC71: hue angle of 52º 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 #DACC71 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB218204113-
CMYK00.060.480.15
HSL52º58.66%64.9%-
HSV(B)52º48.17%85.49%-
XYZ53.4959.2824.25-
YUV197.8180.14142.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 113 (44.53% from 255) = 21.12%
R=40.75%
G=38.13%
B=21.12%

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
Decimal21820411300.060.480.155258.6664.9
HexDACC710630F343b41
Octal3323141610660176473101
Binary11011010110011001110001011011000011111101001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACC71; }

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

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

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

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

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

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

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

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