#DDC47F

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

Shades of Chalky #DDC47F

Tints of Chalky #DDC47F

Color information

#DDC47F (or 0xDDC47F) is unknown color: approx Chalky. HEX triplet: DD, C4 and 7F. RGB value is (221,196,127). Sum of RGB (Red+Green+Blue) = 221+196+127=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC47F is #223B80. Grayscale: #C3C3C3. Windows color (decimal): -2243457 or 8373469. OLE color: 8373469.

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

Color convert

RGB221196127-
CMYK00.110.430.13
HSL44.04º58.02%68.24%-
HSV(B)44.04º42.53%86.67%-
XYZ53.3956.3828.15-
YUV195.6189.28146.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 196 (76.95% from 255) = 36.03%
BLUE value IS 127 (50% from 255) = 23.35%
R=40.62%
G=36.03%
B=23.35%

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
Decimal22119612700.110.430.1344.0458.0268.24
HexDDC47F0B2BD2c3a44
Octal33530417701353155472104
Binary110111011100010011111110101110101111011011001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC47F; }

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

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

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

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

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

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

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

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