#DAC875

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

Shades of Chenin #DAC875

Tints of Chenin #DAC875

Color information

#DAC875 (or 0xDAC875) is unknown color: approx Chenin. HEX triplet: DA, C8 and 75. RGB value is (218,200,117). Sum of RGB (Red+Green+Blue) = 218+200+117=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC875 is #25378A. Grayscale: #C4C4C4. Windows color (decimal): -2439051 or 7719130. OLE color: 7719130.

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

Color convert

RGB218200117-
CMYK00.080.460.15
HSL49.31º57.71%65.69%-
HSV(B)49.31º46.33%85.49%-
XYZ52.7857.525.15-
YUV195.9283.46143.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 200 (78.52% from 255) = 37.38%
BLUE value IS 117 (46.09% from 255) = 21.87%
R=40.75%
G=37.38%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820011700.080.460.1549.3157.7165.69
HexDAC875082EF313a42
Octal33231016501056176172102
Binary110110101100100011101010100010111011111100011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC875; }

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

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

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

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

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

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

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

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