#CEA216

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

Shades of Galliano #CEA216

Tints of Galliano #CEA216

Color information

#CEA216 (or 0xCEA216) is unknown color: approx Galliano. HEX triplet: CE, A2 and 16. RGB value is (206,162,22). Sum of RGB (Red+Green+Blue) = 206+162+22=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA216 is #315DE9. Grayscale: #9F9F9F. Windows color (decimal): -3235306 or 1483470. OLE color: 1483470.

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

Color convert

RGB20616222-
CMYK00.210.890.19
HSL45.65º80.7%44.71%-
HSV(B)45.65º89.32%80.78%-
XYZ38.5239.026.26-
YUV159.250.58161.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.82%
GREEN value IS 162 (63.67% from 255) = 41.54%
BLUE value IS 22 (8.98% from 255) = 5.64%
R=52.82%
G=41.54%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061622200.210.890.1945.6580.744.71
HexCEA21601559132e512d
Octal31624226025131235612155
Binary1100111010100010101100101011011001100111011101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA216; }

 p { color: rgb(206,162,22); }

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

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

 a { background-color: rgb(206,162,22); }

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

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

 span { border-color: rgb(206,162,22); }

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