#CEA715

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

Shades of Galliano #CEA715

Tints of Galliano #CEA715

Color information

#CEA715 (or 0xCEA715) is unknown color: approx Galliano. HEX triplet: CE, A7 and 15. RGB value is (206,167,21). Sum of RGB (Red+Green+Blue) = 206+167+21=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA715 is #3158EA. Grayscale: #A2A2A2. Windows color (decimal): -3234027 or 1419214. OLE color: 1419214.

HSL color Cylindrical-coordinate representation of color #CEA715: hue angle of 47.35º 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 #CEA715 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB20616721-
CMYK00.190.900.19
HSL47.35º81.5%44.51%-
HSV(B)47.35º89.81%80.78%-
XYZ39.4140.816.51-
YUV162.0248.42159.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.28%
GREEN value IS 167 (65.62% from 255) = 42.39%
BLUE value IS 21 (8.59% from 255) = 5.33%
R=52.28%
G=42.39%
B=5.33%

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
Decimal2061672100.190.900.1947.3581.544.51
HexCEA7150135A132f512d
Octal31624725023132235712155
Binary1100111010100111101010100111011010100111011111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA715; }

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

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

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

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

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

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

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

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