#DCC17F

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

Shades of Chalky #DCC17F

Tints of Chalky #DCC17F

Color information

#DCC17F (or 0xDCC17F) is unknown color: approx Chalky. HEX triplet: DC, C1 and 7F. RGB value is (220,193,127). Sum of RGB (Red+Green+Blue) = 220+193+127=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC17F is #233E80. Grayscale: #C1C1C1. Windows color (decimal): -2309761 or 8372700. OLE color: 8372700.

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

Color convert

RGB220193127-
CMYK00.120.420.14
HSL42.58º57.06%68.04%-
HSV(B)42.58º42.27%86.27%-
XYZ52.4254.8927.91-
YUV193.5590.45146.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 193 (75.78% from 255) = 35.74%
BLUE value IS 127 (50% from 255) = 23.52%
R=40.74%
G=35.74%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019312700.120.420.1442.5857.0668.04
HexDCC17F0C2AE2b3944
Octal33430117701452165371104
Binary110111001100000111111110110010101011101010111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC17F; }

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

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

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

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

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

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

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

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