#DAC76A

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

Shades of Chenin #DAC76A

Tints of Chenin #DAC76A

Color information

#DAC76A (or 0xDAC76A) is unknown color: approx Chenin. HEX triplet: DA, C7 and 6A. RGB value is (218,199,106). Sum of RGB (Red+Green+Blue) = 218+199+106=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC76A is #253895. Grayscale: #C2C2C2. Windows color (decimal): -2439318 or 6997978. OLE color: 6997978.

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

Color convert

RGB218199106-
CMYK00.090.510.15
HSL49.82º60.22%63.53%-
HSV(B)49.82º51.38%85.49%-
XYZ51.9456.7921.86-
YUV194.0878.29145.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 199 (78.12% from 255) = 38.05%
BLUE value IS 106 (41.80% from 255) = 20.27%
R=41.68%
G=38.05%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819910600.090.510.1549.8260.2263.53
HexDAC76A0933F323c40
Octal33230715201163176274100
Binary110110101100011111010100100111001111111100101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC76A; }

 p { color: rgb(218,199,106); }

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

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

 a { background-color: rgb(218,199,106); }

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

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

 span { border-color: rgb(218,199,106); }

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