#DDC280

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

Shades of Chalky #DDC280

Tints of Chalky #DDC280

Color information

#DDC280 (or 0xDDC280) is unknown color: approx Chalky. HEX triplet: DD, C2 and 80. RGB value is (221,194,128). Sum of RGB (Red+Green+Blue) = 221+194+128=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC280 is #223D7F. Grayscale: #C2C2C2. Windows color (decimal): -2243968 or 8438493. OLE color: 8438493.

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

Color convert

RGB221194128-
CMYK00.120.420.13
HSL42.58º57.76%68.43%-
HSV(B)42.58º42.08%86.67%-
XYZ53.0155.5128.34-
YUV194.5590.45146.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 194 (76.17% from 255) = 35.73%
BLUE value IS 128 (50.39% from 255) = 23.57%
R=40.70%
G=35.73%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119412800.120.420.1342.5857.7668.43
HexDDC2800C2AD2b3a44
Octal33530220001452155372104
Binary1101110111000010100000000110010101011011010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC280; }

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

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

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

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

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

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

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

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