#DACC6D

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

Shades of Wild Rice #DACC6D

Tints of Wild Rice #DACC6D

Color information

#DACC6D (or 0xDACC6D) is unknown color: approx Wild Rice. HEX triplet: DA, CC and 6D. RGB value is (218,204,109). Sum of RGB (Red+Green+Blue) = 218+204+109=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC6D is #253392. Grayscale: #C5C5C5. Windows color (decimal): -2438035 or 7195866. OLE color: 7195866.

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

Color convert

RGB218204109-
CMYK00.060.50.15
HSL52.29º59.56%64.12%-
HSV(B)52.29º50%85.49%-
XYZ53.2759.223.09-
YUV197.3678.14142.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 109 (42.97% from 255) = 20.53%
R=41.05%
G=38.42%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820410900.060.50.1552.2959.5664.12
HexDACC6D0632F343c40
Octal3323141550662176474100
Binary11011010110011001101101011011001011111101001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACC6D; }

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

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

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

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

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

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

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

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