#DEC380

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

Shades of Chalky #DEC380

Tints of Chalky #DEC380

Color information

#DEC380 (or 0xDEC380) is unknown color: approx Chalky. HEX triplet: DE, C3 and 80. RGB value is (222,195,128). Sum of RGB (Red+Green+Blue) = 222+195+128=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC380 is #213C7F. Grayscale: #C3C3C3. Windows color (decimal): -2178176 or 8438750. OLE color: 8438750.

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

Color convert

RGB222195128-
CMYK00.120.420.13
HSL42.77º58.75%68.63%-
HSV(B)42.77º42.34%87.06%-
XYZ53.5456.1228.43-
YUV195.4489.95146.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 195 (76.56% from 255) = 35.78%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=40.73%
G=35.78%
B=23.49%

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
Decimal22219512800.120.420.1342.7758.7568.63
HexDEC3800C2AD2b3b45
Octal33630320001452155373105
Binary1101111011000011100000000110010101011011010111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC380; }

 p { color: rgb(222,195,128); }

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

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

 a { background-color: rgb(222,195,128); }

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

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

 span { border-color: rgb(222,195,128); }

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