#DDC080

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

Shades of Chalky #DDC080

Tints of Chalky #DDC080

Color information

#DDC080 (or 0xDDC080) is unknown color: approx Chalky. HEX triplet: DD, C0 and 80. RGB value is (221,192,128). Sum of RGB (Red+Green+Blue) = 221+192+128=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC080 is #223F7F. Grayscale: #C1C1C1. Windows color (decimal): -2244480 or 8437981. OLE color: 8437981.

HSL color Cylindrical-coordinate representation of color #DDC080: hue angle of 41.29º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDC080 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221192128-
CMYK00.130.420.13
HSL41.29º57.76%68.43%-
HSV(B)41.29º42.08%86.67%-
XYZ52.5654.6328.2-
YUV193.3891.11147.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 128 (50.39% from 255) = 23.66%
R=40.85%
G=35.49%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119212800.130.420.1341.2957.7668.43
HexDDC0800D2AD293a44
Octal33530020001552155172104
Binary1101110111000000100000000110110101011011010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC080; }

 p { color: rgb(221,192,128); }

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

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

 a { background-color: rgb(221,192,128); }

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

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

 span { border-color: rgb(221,192,128); }

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