Html Css Color HEX #CBA919 Galliano

📋 copy color: '#CBA919'

red 203 ◦ green 169 ◦ blue 25

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

Shades of Galliano #CBA919

Tints of Galliano #CBA919

RGB

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

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

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

R = 51.13%
G = 42.57%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBA919 (or 0xCBA919) is known color: Galliano. HEX triplet: CB, A9 and 19. RGB value is (203,169,25). Sum of RGB (Red+Green+Blue) = 203+169+25=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA919 is #3456E6. Grayscale: #A3A3A3. Windows color (decimal): -3430119 or 1681867. OLE color: 1681867.

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

Color convert

RGB 203 169 25 -
CMYK 0 0.17 0.88 0.20
HSL 48.54º 0.78% 0.45% -
HSV(B) 48.54º 0.88% 0.8% -
XYZ 38.99 41.14 6.81 -
YUV 162.75 50.26 156.71 -
System Red Green Blue C M Y K H S L
Decimal 203 169 25 0 0.17 0.88 0.20 48.54 0.78 0.45
Hex CB A9 19 0 11 58 14 31 4E 2D
Octal 313 251 31 0 21 130 24 61 116 55
Binary 11001011 10101001 11001 0 10001 1011000 10100 110001 1001110 101101

Color Harmonies of #CBA919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA919

Black with #CBA919

Text Example


Text Example

White with #CBA919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA919; }

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

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

background-color css

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

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

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

border-color css

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

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

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