#DAC675

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

Shades of Chenin #DAC675

Tints of Chenin #DAC675

Color information

#DAC675 (or 0xDAC675) is unknown color: approx Chenin. HEX triplet: DA, C6 and 75. RGB value is (218,198,117). Sum of RGB (Red+Green+Blue) = 218+198+117=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC675 is #25398A. Grayscale: #C3C3C3. Windows color (decimal): -2439563 or 7718618. OLE color: 7718618.

HSL color Cylindrical-coordinate representation of color #DAC675: hue angle of 48.12º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAC675 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB218198117-
CMYK00.090.460.15
HSL48.12º57.71%65.69%-
HSV(B)48.12º46.33%85.49%-
XYZ52.3256.5824.99-
YUV194.7584.13144.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 198 (77.73% from 255) = 37.15%
BLUE value IS 117 (46.09% from 255) = 21.95%
R=40.90%
G=37.15%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819811700.090.460.1548.1257.7165.69
HexDAC675092EF303a42
Octal33230616501156176072102
Binary110110101100011011101010100110111011111100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC675; }

 p { color: rgb(218,198,117); }

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

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

 a { background-color: rgb(218,198,117); }

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

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

 span { border-color: rgb(218,198,117); }

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