Html Css Color HEX #CBA220 Galliano

📋 copy color: '#CBA220'

red 203 ◦ green 162 ◦ blue 32

#CBA220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #CBA220

Tints of Galliano #CBA220

RGB

 RED value IS 203 (79.69% from 255) = 51.13%

 GREEN value IS 162 (63.67% from 255) = 40.81%

 BLUE value IS 32 (12.89% from 255) = 8.06%

R = 51.13%
G = 40.81%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBA220 (or 0xCBA220) is known color: Galliano. HEX triplet: CB, A2 and 20. RGB value is (203,162,32). Sum of RGB (Red+Green+Blue) = 203+162+32=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA220 is #345DDF. Grayscale: #A0A0A0. Windows color (decimal): -3431904 or 2138827. OLE color: 2138827.

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

Color convert

RGB 203 162 32 -
CMYK 0 0.20 0.84 0.20
HSL 45.61º 0.73% 0.46% -
HSV(B) 45.61º 0.84% 0.8% -
XYZ 37.81 38.64 6.83 -
YUV 159.44 56.08 159.07 -
System Red Green Blue C M Y K H S L
Decimal 203 162 32 0 0.20 0.84 0.20 45.61 0.73 0.46
Hex CB A2 20 0 14 54 14 2E 49 2E
Octal 313 242 40 0 24 124 24 56 111 56
Binary 11001011 10100010 100000 0 10100 1010100 10100 101110 1001001 101110

Color Harmonies of #CBA220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA220

Black with #CBA220

Text Example


Text Example

White with #CBA220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA220; }

 p { color: rgb(203,162,32); }

 H1.HeaderClassName
 {
   color: #CBA220;
 }
 .AnyTagClassName
 {
   color: #CBA220;
 }
</style>

background-color css

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

 a { background-color: rgb(203,162,32); }

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

border-color css

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

 span { border-color: rgb(203,162,32); }

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