#DACC74

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

Shades of Wild Rice #DACC74

Tints of Wild Rice #DACC74

Color information

#DACC74 (or 0xDACC74) is unknown color: approx Wild Rice. HEX triplet: DA, CC and 74. RGB value is (218,204,116). Sum of RGB (Red+Green+Blue) = 218+204+116=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC74 is #25338B. Grayscale: #C6C6C6. Windows color (decimal): -2438028 or 7654618. OLE color: 7654618.

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

Color convert

RGB218204116-
CMYK00.060.470.15
HSL51.76º57.95%65.49%-
HSV(B)51.76º46.79%85.49%-
XYZ53.6659.3525.15-
YUV198.1581.64142.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 116 (45.70% from 255) = 21.56%
R=40.52%
G=37.92%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820411600.060.470.1551.7657.9565.49
HexDACC74062FF343a41
Octal3323141640657176472101
Binary11011010110011001110100011010111111111101001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACC74; }

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

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

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

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

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

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

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

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