#DAC378

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

Shades of Chenin #DAC378

Tints of Chenin #DAC378

Color information

#DAC378 (or 0xDAC378) is unknown color: approx Chenin. HEX triplet: DA, C3 and 78. RGB value is (218,195,120). Sum of RGB (Red+Green+Blue) = 218+195+120=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC378 is #253C87. Grayscale: #C1C1C1. Windows color (decimal): -2440328 or 7914458. OLE color: 7914458.

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

Color convert

RGB218195120-
CMYK00.110.450.15
HSL45.92º56.98%66.27%-
HSV(B)45.92º44.95%85.49%-
XYZ51.8255.2925.71-
YUV193.3386.62145.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 195 (76.56% from 255) = 36.59%
BLUE value IS 120 (47.27% from 255) = 22.51%
R=40.90%
G=36.59%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819512000.110.450.1545.9256.9866.27
HexDAC3780B2DF2e3942
Octal33230317001355175671102
Binary110110101100001111110000101110110111111011101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC378; }

 p { color: rgb(218,195,120); }

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

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

 a { background-color: rgb(218,195,120); }

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

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

 span { border-color: rgb(218,195,120); }

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