#CAD475

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

Shades of Deco #CAD475

Tints of Deco #CAD475

Color information

#CAD475 (or 0xCAD475) is unknown color: approx Deco. HEX triplet: CA, D4 and 75. RGB value is (202,212,117). Sum of RGB (Red+Green+Blue) = 202+212+117=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD475 is #352B8A. Grayscale: #C6C6C6. Windows color (decimal): -3484555 or 7722186. OLE color: 7722186.

HSL color Cylindrical-coordinate representation of color #CAD475: hue angle of 66.32º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAD475 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB202212117-
CMYK0.0500.450.17
HSL66.32º52.49%64.51%-
HSV(B)66.32º44.81%83.14%-
XYZ51.1160.9325.9-
YUV198.1882.19130.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 212 (83.20% from 255) = 39.92%
BLUE value IS 117 (46.09% from 255) = 22.03%
R=38.04%
G=39.92%
B=22.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022121170.0500.450.1766.3252.4964.51
HexCAD475502D11423441
Octal31232416550552110264101
Binary1100101011010100111010110101011011000110000101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD475; }

 p { color: rgb(202,212,117); }

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

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

 a { background-color: rgb(202,212,117); }

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

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

 span { border-color: rgb(202,212,117); }

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