#DAC770

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

Shades of Chenin #DAC770

Tints of Chenin #DAC770

Color information

#DAC770 (or 0xDAC770) is unknown color: approx Chenin. HEX triplet: DA, C7 and 70. RGB value is (218,199,112). Sum of RGB (Red+Green+Blue) = 218+199+112=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC770 is #25388F. Grayscale: #C3C3C3. Windows color (decimal): -2439312 or 7391194. OLE color: 7391194.

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

Color convert

RGB218199112-
CMYK00.090.490.15
HSL49.25º58.89%64.71%-
HSV(B)49.25º48.62%85.49%-
XYZ52.2656.9223.56-
YUV194.7681.29144.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 199 (78.12% from 255) = 37.62%
BLUE value IS 112 (44.14% from 255) = 21.17%
R=41.21%
G=37.62%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819911200.090.490.1549.2558.8964.71
HexDAC7700931F313b41
Octal33230716001161176173101
Binary110110101100011111100000100111000111111100011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC770; }

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

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

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

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

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

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

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

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