#DCC17D

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

Shades of Chalky #DCC17D

Tints of Chalky #DCC17D

Color information

#DCC17D (or 0xDCC17D) is unknown color: approx Chalky. HEX triplet: DC, C1 and 7D. RGB value is (220,193,125). Sum of RGB (Red+Green+Blue) = 220+193+125=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC17D is #233E82. Grayscale: #C1C1C1. Windows color (decimal): -2309763 or 8241628. OLE color: 8241628.

HSL color Cylindrical-coordinate representation of color #DCC17D: hue angle of 42.95º 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 #DCC17D is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB220193125-
CMYK00.120.430.14
HSL42.95º57.58%67.65%-
HSV(B)42.95º43.18%86.27%-
XYZ52.2954.8427.23-
YUV193.3289.45147.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 125 (49.22% from 255) = 23.23%
R=40.89%
G=35.87%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019312500.120.430.1442.9557.5867.65
HexDCC17D0C2BE2b3a44
Octal33430117501453165372104
Binary110111001100000111111010110010101111101010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC17D; }

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

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

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

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

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

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

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

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