#CADB7F

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

Shades of Deco #CADB7F

Tints of Deco #CADB7F

Color information

#CADB7F (or 0xCADB7F) is unknown color: approx Deco. HEX triplet: CA, DB and 7F. RGB value is (202,219,127). Sum of RGB (Red+Green+Blue) = 202+219+127=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB7F is #352480. Grayscale: #CBCBCB. Windows color (decimal): -3482753 or 8379338. OLE color: 8379338.

HSL color Cylindrical-coordinate representation of color #CADB7F: hue angle of 71.09º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CADB7F is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB202219127-
CMYK0.0800.420.14
HSL71.09º56.1%67.84%-
HSV(B)71.09º42.01%85.88%-
XYZ53.5264.7529.76-
YUV203.4384.87126.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 219 (85.94% from 255) = 39.96%
BLUE value IS 127 (50% from 255) = 23.18%
R=36.86%
G=39.96%
B=23.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191270.0800.420.1471.0956.167.84
HexCADB7F802AE473844
Octal312333177100521610770104
Binary1100101011011011111111110000101010111010001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADB7F; }

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

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

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

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

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

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

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

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