#CAD987

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

Shades of Deco #CAD987

Tints of Deco #CAD987

Color information

#CAD987 (or 0xCAD987) is unknown color: approx Deco. HEX triplet: CA, D9 and 87. RGB value is (202,217,135). Sum of RGB (Red+Green+Blue) = 202+217+135=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 135 (53.12% from 255 or 24.37% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD987 is #352678. Grayscale: #CBCBCB. Windows color (decimal): -3483257 or 8903114. OLE color: 8903114.

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

Color convert

RGB202217135-
CMYK0.0700.380.15
HSL70.98º51.9%69.02%-
HSV(B)70.98º37.79%85.1%-
XYZ53.5463.9332.44-
YUV203.1789.53127.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 217 (85.16% from 255) = 39.17%
BLUE value IS 135 (53.12% from 255) = 24.37%
R=36.46%
G=39.17%
B=24.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171350.0700.380.1570.9851.969.02
HexCAD9877026F473445
Octal31233120770461710764105
Binary1100101011011001100001111110100110111110001111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD987; }

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

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

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

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

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

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

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

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