#DDC17D

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

Shades of Chalky #DDC17D

Tints of Chalky #DDC17D

Color information

#DDC17D (or 0xDDC17D) is unknown color: approx Chalky. HEX triplet: DD, C1 and 7D. RGB value is (221,193,125). Sum of RGB (Red+Green+Blue) = 221+193+125=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC17D is #223E82. Grayscale: #C1C1C1. Windows color (decimal): -2244227 or 8241629. OLE color: 8241629.

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

Color convert

RGB221193125-
CMYK00.130.430.13
HSL42.5º58.54%67.84%-
HSV(B)42.5º43.44%86.67%-
XYZ52.5954.9927.24-
YUV193.6289.28147.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 193 (75.78% from 255) = 35.81%
BLUE value IS 125 (49.22% from 255) = 23.19%
R=41.00%
G=35.81%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119312500.130.430.1342.558.5467.84
HexDDC17D0D2BD2a3b44
Octal33530117501553155273104
Binary110111011100000111111010110110101111011010101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC17D; }

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

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

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

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

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

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

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

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