#DACC6B

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

Shades of Wild Rice #DACC6B

Tints of Wild Rice #DACC6B

Color information

#DACC6B (or 0xDACC6B) is unknown color: approx Wild Rice. HEX triplet: DA, CC and 6B. RGB value is (218,204,107). Sum of RGB (Red+Green+Blue) = 218+204+107=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC6B is #253394. Grayscale: #C5C5C5. Windows color (decimal): -2438037 or 7064794. OLE color: 7064794.

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

Color convert

RGB218204107-
CMYK00.060.510.15
HSL52.43º60%63.73%-
HSV(B)52.43º50.92%85.49%-
XYZ53.1659.1522.53-
YUV197.1377.14142.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 107 (42.19% from 255) = 20.23%
R=41.21%
G=38.56%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820410700.060.510.1552.436063.73
HexDACC6B0633F343c40
Octal3323141530663176474100
Binary11011010110011001101011011011001111111101001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACC6B; }

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

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

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

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

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

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

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

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