#CADC79

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

Shades of Deco #CADC79

Tints of Deco #CADC79

Color information

#CADC79 (or 0xCADC79) is unknown color: approx Deco. HEX triplet: CA, DC and 79. RGB value is (202,220,121). Sum of RGB (Red+Green+Blue) = 202+220+121=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 121 (47.66% from 255 or 22.28% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADC79 is #352386. Grayscale: #CBCBCB. Windows color (decimal): -3482503 or 7986378. OLE color: 7986378.

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

Color convert

RGB202220121-
CMYK0.0800.450.14
HSL70.91º58.58%66.86%-
HSV(B)70.91º45%86.27%-
XYZ53.465.1227.84-
YUV203.3381.54127.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 121 (47.66% from 255) = 22.28%
R=37.20%
G=40.52%
B=22.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201210.0800.450.1470.9158.5866.86
HexCADC79802DE473b43
Octal312334171100551610773103
Binary1100101011011100111100110000101101111010001111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADC79; }

 p { color: rgb(202,220,121); }

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

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

 a { background-color: rgb(202,220,121); }

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

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

 span { border-color: rgb(202,220,121); }

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