#CBA422

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

Shades of Galliano #CBA422

Tints of Galliano #CBA422

Color information

#CBA422 (or 0xCBA422) is unknown color: approx Galliano. HEX triplet: CB, A4 and 22. RGB value is (203,164,34). Sum of RGB (Red+Green+Blue) = 203+164+34=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA422 is #345BDD. Grayscale: #A1A1A1. Windows color (decimal): -3431390 or 2270411. OLE color: 2270411.

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

Color convert

RGB20316434-
CMYK00.190.830.20
HSL46.15º71.31%46.47%-
HSV(B)46.15º83.25%79.61%-
XYZ38.1939.367.1-
YUV160.8456.42158.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.62%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 34 (13.67% from 255) = 8.48%
R=50.62%
G=40.90%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031643400.190.830.2046.1571.3146.47
HexCBA42201353142e472e
Octal31324442023123245610756
Binary11001011101001001000100100111010011101001011101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA422; }

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

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

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

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

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

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

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

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