Html Css Color HEX #CBA519 Galliano

📋 copy color: '#CBA519'

red 203 ◦ green 165 ◦ blue 25

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

Shades of Galliano #CBA519

Tints of Galliano #CBA519

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.98%

 BLUE value IS 25 (10.16% from 255) = 6.36%

R = 51.65%
G = 41.98%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBA519 (or 0xCBA519) is known color: Galliano. HEX triplet: CB, A5 and 19. RGB value is (203,165,25). Sum of RGB (Red+Green+Blue) = 203+165+25=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA519 is #345AE6. Grayscale: #A1A1A1. Windows color (decimal): -3431143 or 1680843. OLE color: 1680843.

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

Color convert

RGB 203 165 25 -
CMYK 0 0.19 0.88 0.20
HSL 47.19º 0.78% 0.45% -
HSV(B) 47.19º 0.88% 0.8% -
XYZ 38.26 39.68 6.56 -
YUV 160.4 51.59 158.38 -
System Red Green Blue C M Y K H S L
Decimal 203 165 25 0 0.19 0.88 0.20 47.19 0.78 0.45
Hex CB A5 19 0 13 58 14 2F 4E 2D
Octal 313 245 31 0 23 130 24 57 116 55
Binary 11001011 10100101 11001 0 10011 1011000 10100 101111 1001110 101101

Color Harmonies of #CBA519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA519

Black with #CBA519

Text Example


Text Example

White with #CBA519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA519; }

 p { color: rgb(203,165,25); }

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

background-color css

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

 a { background-color: rgb(203,165,25); }

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

border-color css

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

 span { border-color: rgb(203,165,25); }

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