Html Css Color HEX #CBA819 Galliano

📋 copy color: '#CBA819'

red 203 ◦ green 168 ◦ blue 25

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

Shades of Galliano #CBA819

Tints of Galliano #CBA819

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.42%

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

R = 51.26%
G = 42.42%
B = 6.31%

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

#CBA819 (or 0xCBA819) is known color: Galliano. HEX triplet: CB, A8 and 19. RGB value is (203,168,25). Sum of RGB (Red+Green+Blue) = 203+168+25=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA819 is #3457E6. Grayscale: #A2A2A2. Windows color (decimal): -3430375 or 1681611. OLE color: 1681611.

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

Color convert

RGB 203 168 25 -
CMYK 0 0.17 0.88 0.20
HSL 48.2º 0.78% 0.45% -
HSV(B) 48.2º 0.88% 0.8% -
XYZ 38.81 40.77 6.74 -
YUV 162.16 50.6 157.13 -
System Red Green Blue C M Y K H S L
Decimal 203 168 25 0 0.17 0.88 0.20 48.2 0.78 0.45
Hex CB A8 19 0 11 58 14 30 4E 2D
Octal 313 250 31 0 21 130 24 60 116 55
Binary 11001011 10101000 11001 0 10001 1011000 10100 110000 1001110 101101

Color Harmonies of #CBA819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA819

Black with #CBA819

Text Example


Text Example

White with #CBA819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA819; }

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

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

background-color css

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

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

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

border-color css

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

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

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