Html Css Color HEX #CBA920 Galliano

📋 copy color: '#CBA920'

red 203 ◦ green 169 ◦ blue 32

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

Shades of Galliano #CBA920

Tints of Galliano #CBA920

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.83%

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

R = 50.25%
G = 41.83%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBA920 (or 0xCBA920) is known color: Galliano. HEX triplet: CB, A9 and 20. RGB value is (203,169,32). Sum of RGB (Red+Green+Blue) = 203+169+32=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA920 is #3456DF. Grayscale: #A4A4A4. Windows color (decimal): -3430112 or 2140619. OLE color: 2140619.

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

Color convert

RGB 203 169 32 -
CMYK 0 0.17 0.84 0.20
HSL 48.07º 0.73% 0.46% -
HSV(B) 48.07º 0.84% 0.8% -
XYZ 39.08 41.18 7.25 -
YUV 163.55 53.76 156.14 -
System Red Green Blue C M Y K H S L
Decimal 203 169 32 0 0.17 0.84 0.20 48.07 0.73 0.46
Hex CB A9 20 0 11 54 14 30 49 2E
Octal 313 251 40 0 21 124 24 60 111 56
Binary 11001011 10101001 100000 0 10001 1010100 10100 110000 1001001 101110

Color Harmonies of #CBA920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA920

Black with #CBA920

Text Example


Text Example

White with #CBA920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA920; }

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

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

background-color css

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

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

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

border-color css

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

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

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