#CAD981

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

Shades of Deco #CAD981

Tints of Deco #CAD981

Color information

#CAD981 (or 0xCAD981) is unknown color: approx Deco. HEX triplet: CA, D9 and 81. RGB value is (202,217,129). Sum of RGB (Red+Green+Blue) = 202+217+129=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD981 is #35267E. Grayscale: #CACACA. Windows color (decimal): -3483263 or 8509898. OLE color: 8509898.

HSL color Cylindrical-coordinate representation of color #CAD981: hue angle of 70.23º 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 #CAD981 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB202217129-
CMYK0.0700.410.15
HSL70.23º53.66%67.84%-
HSV(B)70.23º40.55%85.1%-
XYZ53.1363.7730.28-
YUV202.4886.53127.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 217 (85.16% from 255) = 39.60%
BLUE value IS 129 (50.78% from 255) = 23.54%
R=36.86%
G=39.60%
B=23.54%

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
Decimal2022171290.0700.410.1570.2353.6667.84
HexCAD9817029F463644
Octal31233120170511710666104
Binary1100101011011001100000011110101001111110001101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD981; }

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

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

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

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

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

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

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

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