#CBA62A

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

Shades of Galliano #CBA62A

Tints of Galliano #CBA62A

Color information

#CBA62A (or 0xCBA62A) is unknown color: approx Galliano. HEX triplet: CB, A6 and 2A. RGB value is (203,166,42). Sum of RGB (Red+Green+Blue) = 203+166+42=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA62A is #3459D5. Grayscale: #A3A3A3. Windows color (decimal): -3430870 or 2795211. OLE color: 2795211.

HSL color Cylindrical-coordinate representation of color #CBA62A: hue angle of 46.21º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBA62A is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB20316642-
CMYK00.180.790.20
HSL46.21º65.71%48.04%-
HSV(B)46.21º79.31%79.61%-
XYZ38.6840.147.9-
YUV162.9359.76156.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 166 (65.23% from 255) = 40.39%
BLUE value IS 42 (16.80% from 255) = 10.22%
R=49.39%
G=40.39%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031664200.180.790.2046.2165.7148.04
HexCBA62A0124F142e4230
Octal31324652022117245610260
Binary11001011101001101010100100101001111101001011101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA62A; }

 p { color: rgb(203,166,42); }

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

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

 a { background-color: rgb(203,166,42); }

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

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

 span { border-color: rgb(203,166,42); }

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