#CAD572

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

Shades of Deco #CAD572

Tints of Deco #CAD572

Color information

#CAD572 (or 0xCAD572) is unknown color: approx Deco. HEX triplet: CA, D5 and 72. RGB value is (202,213,114). Sum of RGB (Red+Green+Blue) = 202+213+114=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD572 is #352A8D. Grayscale: #C6C6C6. Windows color (decimal): -3484302 or 7525834. OLE color: 7525834.

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

Color convert

RGB202213114-
CMYK0.0500.460.16
HSL66.67º54.1%64.12%-
HSV(B)66.67º46.48%83.53%-
XYZ51.1961.3625.07-
YUV198.4280.36130.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 114 (44.92% from 255) = 21.55%
R=38.19%
G=40.26%
B=21.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131140.0500.460.1666.6754.164.12
HexCAD572502E10433640
Octal31232516250562010366100
Binary1100101011010101111001010101011101000010000111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD572; }

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

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

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

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

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

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

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

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