#CAD587

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

Shades of Deco #CAD587

Tints of Deco #CAD587

Color information

#CAD587 (or 0xCAD587) is unknown color: approx Deco. HEX triplet: CA, D5 and 87. RGB value is (202,213,135). Sum of RGB (Red+Green+Blue) = 202+213+135=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 135 (53.12% from 255 or 24.55% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD587 is #352A78. Grayscale: #C9C9C9. Windows color (decimal): -3484281 or 8902090. OLE color: 8902090.

HSL color Cylindrical-coordinate representation of color #CAD587: hue angle of 68.46º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAD587 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB202213135-
CMYK0.0500.370.16
HSL68.46º48.15%68.24%-
HSV(B)68.46º36.62%83.53%-
XYZ52.5261.8932.1-
YUV200.8290.86128.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 213 (83.59% from 255) = 38.73%
BLUE value IS 135 (53.12% from 255) = 24.55%
R=36.73%
G=38.73%
B=24.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131350.0500.370.1668.4648.1568.24
HexCAD587502510443044
Octal31232520750452010460104
Binary11001010110101011000011110101001011000010001001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD587; }

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

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

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

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

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

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

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

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