#CADB7C

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

Shades of Deco #CADB7C

Tints of Deco #CADB7C

Color information

#CADB7C (or 0xCADB7C) is unknown color: approx Deco. HEX triplet: CA, DB and 7C. RGB value is (202,219,124). Sum of RGB (Red+Green+Blue) = 202+219+124=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB7C is #352483. Grayscale: #CBCBCB. Windows color (decimal): -3482756 or 8182730. OLE color: 8182730.

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

Color convert

RGB202219124-
CMYK0.0800.430.14
HSL70.74º56.89%67.25%-
HSV(B)70.74º43.38%85.88%-
XYZ53.3364.6728.74-
YUV203.0983.37127.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 219 (85.94% from 255) = 40.18%
BLUE value IS 124 (48.83% from 255) = 22.75%
R=37.06%
G=40.18%
B=22.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191240.0800.430.1470.7456.8967.25
HexCADB7C802BE473943
Octal312333174100531610771103
Binary1100101011011011111110010000101011111010001111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADB7C; }

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

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

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

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

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

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

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

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