#DCC47D

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

Shades of Chalky #DCC47D

Tints of Chalky #DCC47D

Color information

#DCC47D (or 0xDCC47D) is unknown color: approx Chalky. HEX triplet: DC, C4 and 7D. RGB value is (220,196,125). Sum of RGB (Red+Green+Blue) = 220+196+125=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC47D is #233B82. Grayscale: #C3C3C3. Windows color (decimal): -2308995 or 8242396. OLE color: 8242396.

HSL color Cylindrical-coordinate representation of color #DCC47D: hue angle of 44.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCC47D is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB220196125-
CMYK00.110.430.14
HSL44.84º57.58%67.65%-
HSV(B)44.84º43.18%86.27%-
XYZ52.9656.1827.45-
YUV195.0888.45145.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=40.67%
G=36.23%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019612500.110.430.1444.8457.5867.65
HexDCC47D0B2BE2d3a44
Octal33430417501353165572104
Binary110111001100010011111010101110101111101011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC47D; }

 p { color: rgb(220,196,125); }

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

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

 a { background-color: rgb(220,196,125); }

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

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

 span { border-color: rgb(220,196,125); }

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