#ceaa2b

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

Shades of Galliano #CEAA2B

Tints of Galliano #CEAA2B

Color information

#CEAA2B (or 0xCEAA2B) is unknown color: approx Galliano. HEX triplet: CE, AA and 2B. RGB value is (206,170,43). Sum of RGB (Red+Green+Blue) = 206+170+43=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA2B is #3155D4. Grayscale: #A6A6A6. Windows color (decimal): -3233237 or 2861774. OLE color: 2861774.

HSL color Cylindrical-coordinate representation of color #CEAA2B: hue angle of 46.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEAA2B is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB20617043-
CMYK00.170.790.19
HSL46.75º65.46%48.82%-
HSV(B)46.75º79.13%80.78%-
XYZ40.2642.058.28-
YUV166.2958.43156.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.16%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 43 (17.19% from 255) = 10.26%
R=49.16%
G=40.57%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061704300.170.790.1946.7565.4648.82
HexCEAA2B0114F132f4131
Octal31625253021117235710161
Binary11001110101010101010110100011001111100111011111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceaa2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceaa2b; }

 p { color: rgb(206,170,43); }

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

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

 a { background-color: rgb(206,170,43); }

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

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

 span { border-color: rgb(206,170,43); }

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