#CADB83

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

Shades of Deco #CADB83

Tints of Deco #CADB83

Color information

#CADB83 (or 0xCADB83) is unknown color: approx Deco. HEX triplet: CA, DB and 83. RGB value is (202,219,131). Sum of RGB (Red+Green+Blue) = 202+219+131=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADB83 is #35247C. Grayscale: #CCCCCC. Windows color (decimal): -3482749 or 8641482. OLE color: 8641482.

HSL color Cylindrical-coordinate representation of color #CADB83: hue angle of 71.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CADB83 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB202219131-
CMYK0.0800.400.14
HSL71.59º55%68.63%-
HSV(B)71.59º40.18%85.88%-
XYZ53.7964.8631.16-
YUV203.8886.87126.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 219 (85.94% from 255) = 39.67%
BLUE value IS 131 (51.56% from 255) = 23.73%
R=36.59%
G=39.67%
B=23.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191310.0800.400.1471.595568.63
HexCADB838028E483745
Octal312333203100501611067105
Binary11001010110110111000001110000101000111010010001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADB83; }

 p { color: rgb(202,219,131); }

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

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

 a { background-color: rgb(202,219,131); }

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

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

 span { border-color: rgb(202,219,131); }

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