Html Css Color HEX #CBAB20 Galliano

📋 copy color: '#CBAB20'

red 203 ◦ green 171 ◦ blue 32

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

Shades of Galliano #CBAB20

Tints of Galliano #CBAB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.12%

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

R = 50%
G = 42.12%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBAB20 (or 0xCBAB20) is known color: Galliano. HEX triplet: CB, AB and 20. RGB value is (203,171,32). Sum of RGB (Red+Green+Blue) = 203+171+32=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB20 is #3454DF. Grayscale: #A5A5A5. Windows color (decimal): -3429600 or 2141131. OLE color: 2141131.

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

Color convert

RGB 203 171 32 -
CMYK 0 0.16 0.84 0.20
HSL 48.77º 0.73% 0.46% -
HSV(B) 48.77º 0.84% 0.8% -
XYZ 39.45 41.93 7.38 -
YUV 164.72 53.1 155.3 -
System Red Green Blue C M Y K H S L
Decimal 203 171 32 0 0.16 0.84 0.20 48.77 0.73 0.46
Hex CB AB 20 0 10 54 14 31 49 2E
Octal 313 253 40 0 20 124 24 61 111 56
Binary 11001011 10101011 100000 0 10000 1010100 10100 110001 1001001 101110

Color Harmonies of #CBAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB20

Black with #CBAB20

Text Example


Text Example

White with #CBAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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