#DDC57F

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

Shades of Chalky #DDC57F

Tints of Chalky #DDC57F

Color information

#DDC57F (or 0xDDC57F) is unknown color: approx Chalky. HEX triplet: DD, C5 and 7F. RGB value is (221,197,127). Sum of RGB (Red+Green+Blue) = 221+197+127=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC57F is #223A80. Grayscale: #C4C4C4. Windows color (decimal): -2243201 or 8373725. OLE color: 8373725.

HSL color Cylindrical-coordinate representation of color #DDC57F: hue angle of 44.68º degrees, saturation: 0.58, 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 #DDC57F is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221197127-
CMYK00.110.430.13
HSL44.68º58.02%68.24%-
HSV(B)44.68º42.53%86.67%-
XYZ53.6256.8428.22-
YUV196.288.95145.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 127 (50% from 255) = 23.30%
R=40.55%
G=36.15%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119712700.110.430.1344.6858.0268.24
HexDDC57F0B2BD2d3a44
Octal33530517701353155572104
Binary110111011100010111111110101110101111011011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC57F; }

 p { color: rgb(221,197,127); }

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

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

 a { background-color: rgb(221,197,127); }

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

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

 span { border-color: rgb(221,197,127); }

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