#DDC081

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

Shades of Chalky #DDC081

Tints of Chalky #DDC081

Color information

#DDC081 (or 0xDDC081) is unknown color: approx Chalky. HEX triplet: DD, C0 and 81. RGB value is (221,192,129). Sum of RGB (Red+Green+Blue) = 221+192+129=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC081 is #223F7E. Grayscale: #C1C1C1. Windows color (decimal): -2244479 or 8503517. OLE color: 8503517.

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

Color convert

RGB221192129-
CMYK00.130.420.13
HSL41.09º57.5%68.63%-
HSV(B)41.09º41.63%86.67%-
XYZ52.6354.6628.54-
YUV193.4991.61147.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 129 (50.78% from 255) = 23.80%
R=40.77%
G=35.42%
B=23.80%

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
Decimal22119212900.130.420.1341.0957.568.63
HexDDC0810D2AD293a45
Octal33530020101552155172105
Binary1101110111000000100000010110110101011011010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC081; }

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

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

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

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

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

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

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

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