#CBA322

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

Shades of Galliano #CBA322

Tints of Galliano #CBA322

Color information

#CBA322 (or 0xCBA322) is unknown color: approx Galliano. HEX triplet: CB, A3 and 22. RGB value is (203,163,34). Sum of RGB (Red+Green+Blue) = 203+163+34=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA322 is #345CDD. Grayscale: #A0A0A0. Windows color (decimal): -3431646 or 2270155. OLE color: 2270155.

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

Color convert

RGB20316334-
CMYK00.200.830.20
HSL45.8º71.31%46.47%-
HSV(B)45.8º83.25%79.61%-
XYZ38.0139.017.04-
YUV160.2556.75158.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 163 (64.06% from 255) = 40.75%
BLUE value IS 34 (13.67% from 255) = 8.5%
R=50.75%
G=40.75%
B=8.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031633400.200.830.2045.871.3146.47
HexCBA32201453142e472e
Octal31324342024123245610756
Binary11001011101000111000100101001010011101001011101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA322; }

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

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

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

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

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

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

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

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