#CAD382

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

Shades of Deco #CAD382

Tints of Deco #CAD382

Color information

#CAD382 (or 0xCAD382) is unknown color: approx Deco. HEX triplet: CA, D3 and 82. RGB value is (202,211,130). Sum of RGB (Red+Green+Blue) = 202+211+130=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD382 is #352C7D. Grayscale: #C7C7C7. Windows color (decimal): -3484798 or 8573898. OLE color: 8573898.

HSL color Cylindrical-coordinate representation of color #CAD382: hue angle of 66.67º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAD382 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB202211130-
CMYK0.0400.380.17
HSL66.67º47.93%66.86%-
HSV(B)66.67º38.39%82.75%-
XYZ51.6860.7630.12-
YUV199.0889.02130.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 211 (82.81% from 255) = 38.86%
BLUE value IS 130 (51.17% from 255) = 23.94%
R=37.20%
G=38.86%
B=23.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022111300.0400.380.1766.6747.9366.86
HexCAD382402611433043
Octal31232320240462110360103
Binary11001010110100111000001010001001101000110000111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD382; }

 p { color: rgb(202,211,130); }

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

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

 a { background-color: rgb(202,211,130); }

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

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

 span { border-color: rgb(202,211,130); }

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