Html Css Color HEX #CBA020 Galliano

📋 copy color: '#CBA020'

red 203 ◦ green 160 ◦ blue 32

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

Shades of Galliano #CBA020

Tints of Galliano #CBA020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.51%

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

R = 51.39%
G = 40.51%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBA020 (or 0xCBA020) is known color: Galliano. HEX triplet: CB, A0 and 20. RGB value is (203,160,32). Sum of RGB (Red+Green+Blue) = 203+160+32=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA020 is #345FDF. Grayscale: #9E9E9E. Windows color (decimal): -3432416 or 2138315. OLE color: 2138315.

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

Color convert

RGB 203 160 32 -
CMYK 0 0.21 0.84 0.20
HSL 44.91º 0.73% 0.46% -
HSV(B) 44.91º 0.84% 0.8% -
XYZ 37.46 37.94 6.72 -
YUV 158.27 56.75 159.91 -
System Red Green Blue C M Y K H S L
Decimal 203 160 32 0 0.21 0.84 0.20 44.91 0.73 0.46
Hex CB A0 20 0 15 54 14 2D 49 2E
Octal 313 240 40 0 25 124 24 55 111 56
Binary 11001011 10100000 100000 0 10101 1010100 10100 101101 1001001 101110

Color Harmonies of #CBA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA020

Black with #CBA020

Text Example


Text Example

White with #CBA020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA020; }

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

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

background-color css

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

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

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

border-color css

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

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

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