#DDC47D

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

Shades of Chalky #DDC47D

Tints of Chalky #DDC47D

Color information

#DDC47D (or 0xDDC47D) is unknown color: approx Chalky. HEX triplet: DD, C4 and 7D. RGB value is (221,196,125). Sum of RGB (Red+Green+Blue) = 221+196+125=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC47D is #223B82. Grayscale: #C3C3C3. Windows color (decimal): -2243459 or 8242397. OLE color: 8242397.

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

Color convert

RGB221196125-
CMYK00.110.430.13
HSL44.38º58.54%67.84%-
HSV(B)44.38º43.44%86.67%-
XYZ53.2656.3327.47-
YUV195.3888.28146.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 196 (76.95% from 255) = 36.16%
BLUE value IS 125 (49.22% from 255) = 23.06%
R=40.77%
G=36.16%
B=23.06%

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
Decimal22119612500.110.430.1344.3858.5467.84
HexDDC47D0B2BD2c3b44
Octal33530417501353155473104
Binary110111011100010011111010101110101111011011001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC47D; }

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

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

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

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

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

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

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

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