#CBA71A

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

Shades of Galliano #CBA71A

Tints of Galliano #CBA71A

Color information

#CBA71A (or 0xCBA71A) is unknown color: approx Galliano. HEX triplet: CB, A7 and 1A. RGB value is (203,167,26). Sum of RGB (Red+Green+Blue) = 203+167+26=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA71A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA71A is #3458E5. Grayscale: #A2A2A2. Windows color (decimal): -3430630 or 1746891. OLE color: 1746891.

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

Color convert

RGB20316726-
CMYK00.180.870.20
HSL47.8º77.29%44.9%-
HSV(B)47.8º87.19%79.61%-
XYZ38.6340.416.74-
YUV161.6951.43157.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 167 (65.62% from 255) = 42.17%
BLUE value IS 26 (10.55% from 255) = 6.57%
R=51.26%
G=42.17%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031672600.180.870.2047.877.2944.9
HexCBA71A0125714304d2d
Octal31324732022127246011555
Binary1100101110100111110100100101010111101001100001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA71A; }

 p { color: rgb(203,167,26); }

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

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

 a { background-color: rgb(203,167,26); }

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

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

 span { border-color: rgb(203,167,26); }

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