#DAC37C

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

Shades of Chalky #DAC37C

Tints of Chalky #DAC37C

Color information

#DAC37C (or 0xDAC37C) is unknown color: approx Chalky. HEX triplet: DA, C3 and 7C. RGB value is (218,195,124). Sum of RGB (Red+Green+Blue) = 218+195+124=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC37C is #253C83. Grayscale: #C2C2C2. Windows color (decimal): -2440324 or 8176602. OLE color: 8176602.

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

Color convert

RGB218195124-
CMYK00.110.430.15
HSL45.32º55.95%67.06%-
HSV(B)45.32º43.12%85.49%-
XYZ52.0755.3927.02-
YUV193.7888.62145.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 195 (76.56% from 255) = 36.31%
BLUE value IS 124 (48.83% from 255) = 23.09%
R=40.60%
G=36.31%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819512400.110.430.1545.3255.9567.06
HexDAC37C0B2BF2d3843
Octal33230317401353175570103
Binary110110101100001111111000101110101111111011011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC37C; }

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

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

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

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

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

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

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

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