#DDC57D

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

Shades of Chalky #DDC57D

Tints of Chalky #DDC57D

Color information

#DDC57D (or 0xDDC57D) is unknown color: approx Chalky. HEX triplet: DD, C5 and 7D. RGB value is (221,197,125). Sum of RGB (Red+Green+Blue) = 221+197+125=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC57D is #223A82. Grayscale: #C4C4C4. Windows color (decimal): -2243203 or 8242653. OLE color: 8242653.

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

Color convert

RGB221197125-
CMYK00.110.430.13
HSL45º58.54%67.84%-
HSV(B)45º43.44%86.67%-
XYZ53.4956.7927.54-
YUV195.9787.95145.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 197 (77.34% from 255) = 36.28%
BLUE value IS 125 (49.22% from 255) = 23.02%
R=40.70%
G=36.28%
B=23.02%

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
Decimal22119712500.110.430.134558.5467.84
HexDDC57D0B2BD2d3b44
Octal33530517501353155573104
Binary110111011100010111111010101110101111011011011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC57D; }

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

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

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

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

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

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

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

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