#DACD65

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

Shades of Wild Rice #DACD65

Tints of Wild Rice #DACD65

Color information

#DACD65 (or 0xDACD65) is unknown color: approx Wild Rice. HEX triplet: DA, CD and 65. RGB value is (218,205,101). Sum of RGB (Red+Green+Blue) = 218+205+101=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACD65 is #25329A. Grayscale: #C5C5C5. Windows color (decimal): -2437787 or 6671834. OLE color: 6671834.

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

Color convert

RGB218205101-
CMYK00.060.540.15
HSL53.33º61.26%62.55%-
HSV(B)53.33º53.67%85.49%-
XYZ53.0959.5121-
YUV197.0373.81142.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 101 (39.84% from 255) = 19.27%
R=41.60%
G=39.12%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820510100.060.540.1553.3361.2662.55
HexDACD650636F353d3f
Octal332315145066617657577
Binary1101101011001101110010101101101101111110101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACD65; }

 p { color: rgb(218,205,101); }

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

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

 a { background-color: rgb(218,205,101); }

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

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

 span { border-color: rgb(218,205,101); }

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