#DAC768

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

Shades of Chenin #DAC768

Tints of Chenin #DAC768

Color information

#DAC768 (or 0xDAC768) is unknown color: approx Chenin. HEX triplet: DA, C7 and 68. RGB value is (218,199,104). Sum of RGB (Red+Green+Blue) = 218+199+104=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC768 is #253897. Grayscale: #C2C2C2. Windows color (decimal): -2439320 or 6866906. OLE color: 6866906.

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

Color convert

RGB218199104-
CMYK00.090.520.15
HSL50º60.64%63.14%-
HSV(B)50º52.29%85.49%-
XYZ51.8456.7521.32-
YUV193.8577.29145.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 199 (78.12% from 255) = 38.20%
BLUE value IS 104 (41.02% from 255) = 19.96%
R=41.84%
G=38.20%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819910400.090.520.155060.6463.14
HexDAC7680934F323d3f
Octal3323071500116417627577
Binary11011010110001111101000010011101001111110010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC768; }

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

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

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

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

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

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

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

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