#CEA615

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

Shades of Galliano #CEA615

Tints of Galliano #CEA615

Color information

#CEA615 (or 0xCEA615) is unknown color: approx Galliano. HEX triplet: CE, A6 and 15. RGB value is (206,166,21). Sum of RGB (Red+Green+Blue) = 206+166+21=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA615 is #3159EA. Grayscale: #A2A2A2. Windows color (decimal): -3234283 or 1418958. OLE color: 1418958.

HSL color Cylindrical-coordinate representation of color #CEA615: hue angle of 47.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEA615 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB20616621-
CMYK00.190.900.19
HSL47.03º81.5%44.51%-
HSV(B)47.03º89.81%80.78%-
XYZ39.2340.456.45-
YUV161.4348.75159.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.42%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 21 (8.59% from 255) = 5.34%
R=52.42%
G=42.24%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061662100.190.900.1947.0381.544.51
HexCEA6150135A132f512d
Octal31624625023132235712155
Binary1100111010100110101010100111011010100111011111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA615; }

 p { color: rgb(206,166,21); }

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

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

 a { background-color: rgb(206,166,21); }

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

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

 span { border-color: rgb(206,166,21); }

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