#DDC47C

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

Shades of Chalky #DDC47C

Tints of Chalky #DDC47C

Color information

#DDC47C (or 0xDDC47C) is unknown color: approx Chalky. HEX triplet: DD, C4 and 7C. RGB value is (221,196,124). Sum of RGB (Red+Green+Blue) = 221+196+124=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC47C is #223B83. Grayscale: #C3C3C3. Windows color (decimal): -2243460 or 8176861. OLE color: 8176861.

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

Color convert

RGB221196124-
CMYK00.110.440.13
HSL44.54º58.79%67.65%-
HSV(B)44.54º43.89%86.67%-
XYZ53.256.3127.13-
YUV195.2787.78146.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 124 (48.83% from 255) = 22.92%
R=40.85%
G=36.23%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119612400.110.440.1344.5458.7967.65
HexDDC47C0B2CD2d3b44
Octal33530417401354155573104
Binary110111011100010011111000101110110011011011011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC47C; }

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

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

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

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

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

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

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

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