#DAC672

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

Shades of Chenin #DAC672

Tints of Chenin #DAC672

Color information

#DAC672 (or 0xDAC672) is unknown color: approx Chenin. HEX triplet: DA, C6 and 72. RGB value is (218,198,114). Sum of RGB (Red+Green+Blue) = 218+198+114=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC672 is #25398D. Grayscale: #C2C2C2. Windows color (decimal): -2439566 or 7522010. OLE color: 7522010.

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

Color convert

RGB218198114-
CMYK00.090.480.15
HSL48.46º58.43%65.1%-
HSV(B)48.46º47.71%85.49%-
XYZ52.1456.5124.08-
YUV194.482.63144.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.13%
GREEN value IS 198 (77.73% from 255) = 37.36%
BLUE value IS 114 (44.92% from 255) = 21.51%
R=41.13%
G=37.36%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819811400.090.480.1548.4658.4365.1
HexDAC6720930F303a41
Octal33230616201160176072101
Binary110110101100011011100100100111000011111100001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC672; }

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

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

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

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

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

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

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

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