#CBA31E

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

Shades of Galliano #CBA31E

Tints of Galliano #CBA31E

Color information

#CBA31E (or 0xCBA31E) is unknown color: approx Galliano. HEX triplet: CB, A3 and 1E. RGB value is (203,163,30). Sum of RGB (Red+Green+Blue) = 203+163+30=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA31E is #345CE1. Grayscale: #A0A0A0. Windows color (decimal): -3431650 or 2008011. OLE color: 2008011.

HSL color Cylindrical-coordinate representation of color #CBA31E: hue angle of 46.13º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBA31E is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB20316330-
CMYK00.200.850.20
HSL46.13º74.25%45.69%-
HSV(B)46.13º85.22%79.61%-
XYZ37.9638.986.75-
YUV159.854.75158.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 163 (64.06% from 255) = 41.16%
BLUE value IS 30 (12.11% from 255) = 7.58%
R=51.26%
G=41.16%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031633000.200.850.2046.1374.2545.69
HexCBA31E01455142e4a2e
Octal31324336024125245611256
Binary1100101110100011111100101001010101101001011101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA31E; }

 p { color: rgb(203,163,30); }

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

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

 a { background-color: rgb(203,163,30); }

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

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

 span { border-color: rgb(203,163,30); }

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