#DAC86D

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

Shades of Chenin #DAC86D

Tints of Chenin #DAC86D

Color information

#DAC86D (or 0xDAC86D) is unknown color: approx Chenin. HEX triplet: DA, C8 and 6D. RGB value is (218,200,109). Sum of RGB (Red+Green+Blue) = 218+200+109=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC86D is #253792. Grayscale: #C3C3C3. Windows color (decimal): -2439059 or 7194842. OLE color: 7194842.

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

Color convert

RGB218200109-
CMYK00.080.50.15
HSL50.09º59.56%64.12%-
HSV(B)50.09º50%85.49%-
XYZ52.3357.3222.77-
YUV195.0179.46144.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 109 (42.97% from 255) = 20.68%
R=41.37%
G=37.95%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820010900.080.50.1550.0959.5664.12
HexDAC86D0832F323c40
Octal33231015501062176274100
Binary110110101100100011011010100011001011111100101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC86D; }

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

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

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

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

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

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

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

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