#CAD980

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

Shades of Deco #CAD980

Tints of Deco #CAD980

Color information

#CAD980 (or 0xCAD980) is unknown color: approx Deco. HEX triplet: CA, D9 and 80. RGB value is (202,217,128). Sum of RGB (Red+Green+Blue) = 202+217+128=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD980 is #35267F. Grayscale: #CACACA. Windows color (decimal): -3483264 or 8444362. OLE color: 8444362.

HSL color Cylindrical-coordinate representation of color #CAD980: hue angle of 70.11º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAD980 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB202217128-
CMYK0.0700.410.15
HSL70.11º53.94%67.65%-
HSV(B)70.11º41.01%85.1%-
XYZ53.0763.7429.93-
YUV202.3786.03127.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 217 (85.16% from 255) = 39.67%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=36.93%
G=39.67%
B=23.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171280.0700.410.1570.1153.9467.65
HexCAD9807029F463644
Octal31233120070511710666104
Binary1100101011011001100000001110101001111110001101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD980; }

 p { color: rgb(202,217,128); }

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

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

 a { background-color: rgb(202,217,128); }

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

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

 span { border-color: rgb(202,217,128); }

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