#DDC17C

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

Shades of Chalky #DDC17C

Tints of Chalky #DDC17C

Color information

#DDC17C (or 0xDDC17C) is unknown color: approx Chalky. HEX triplet: DD, C1 and 7C. RGB value is (221,193,124). Sum of RGB (Red+Green+Blue) = 221+193+124=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC17C is #223E83. Grayscale: #C1C1C1. Windows color (decimal): -2244228 or 8176093. OLE color: 8176093.

HSL color Cylindrical-coordinate representation of color #DDC17C: hue angle of 42.68º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDC17C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221193124-
CMYK00.130.440.13
HSL42.68º58.79%67.65%-
HSV(B)42.68º43.89%86.67%-
XYZ52.5354.9726.91-
YUV193.5188.78147.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 124 (48.83% from 255) = 23.05%
R=41.08%
G=35.87%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119312400.130.440.1342.6858.7967.65
HexDDC17C0D2CD2b3b44
Octal33530117401554155373104
Binary110111011100000111111000110110110011011010111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC17C; }

 p { color: rgb(221,193,124); }

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

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

 a { background-color: rgb(221,193,124); }

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

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

 span { border-color: rgb(221,193,124); }

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