#DCC17A

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

Shades of Chalky #DCC17A

Tints of Chalky #DCC17A

Color information

#DCC17A (or 0xDCC17A) is unknown color: approx Chalky. HEX triplet: DC, C1 and 7A. RGB value is (220,193,122). Sum of RGB (Red+Green+Blue) = 220+193+122=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC17A is #233E85. Grayscale: #C1C1C1. Windows color (decimal): -2309766 or 8045020. OLE color: 8045020.

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

Color convert

RGB220193122-
CMYK00.120.450.14
HSL43.47º58.33%67.06%-
HSV(B)43.47º44.55%86.27%-
XYZ52.154.7626.24-
YUV192.9887.95147.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 122 (48.05% from 255) = 22.80%
R=41.12%
G=36.07%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019312200.120.450.1443.4758.3367.06
HexDCC17A0C2DE2b3a43
Octal33430117201455165372103
Binary110111001100000111110100110010110111101010111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC17A; }

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

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

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

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

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

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

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

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