#DAC06F

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

Shades of Chenin #DAC06F

Tints of Chenin #DAC06F

Color information

#DAC06F (or 0xDAC06F) is unknown color: approx Chenin. HEX triplet: DA, C0 and 6F. RGB value is (218,192,111). Sum of RGB (Red+Green+Blue) = 218+192+111=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC06F is #253F90. Grayscale: #BEBEBE. Windows color (decimal): -2441105 or 7323866. OLE color: 7323866.

HSL color Cylindrical-coordinate representation of color #DAC06F: hue angle of 45.42º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAC06F is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB218192111-
CMYK00.120.490.15
HSL45.42º59.12%64.51%-
HSV(B)45.42º49.08%85.49%-
XYZ50.6353.7522.75-
YUV190.5483.11147.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 192 (75.39% from 255) = 36.85%
BLUE value IS 111 (43.75% from 255) = 21.31%
R=41.84%
G=36.85%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819211100.120.490.1545.4259.1264.51
HexDAC06F0C31F2d3b41
Octal33230015701461175573101
Binary110110101100000011011110110011000111111011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC06F; }

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

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

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

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

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

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

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

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