#DAC06A

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

Shades of Chenin #DAC06A

Tints of Chenin #DAC06A

Color information

#DAC06A (or 0xDAC06A) is unknown color: approx Chenin. HEX triplet: DA, C0 and 6A. RGB value is (218,192,106). Sum of RGB (Red+Green+Blue) = 218+192+106=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC06A is #253F95. Grayscale: #BEBEBE. Windows color (decimal): -2441110 or 6996186. OLE color: 6996186.

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

Color convert

RGB218192106-
CMYK00.120.510.15
HSL46.07º60.22%63.53%-
HSV(B)46.07º51.38%85.49%-
XYZ50.3653.6521.34-
YUV189.9780.61147.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 192 (75.39% from 255) = 37.21%
BLUE value IS 106 (41.80% from 255) = 20.54%
R=42.25%
G=37.21%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819210600.120.510.1546.0760.2263.53
HexDAC06A0C33F2e3c40
Octal33230015201463175674100
Binary110110101100000011010100110011001111111011101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC06A; }

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

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

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

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

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

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

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

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