Html Css Color HEX #CBA915 Galliano

📋 copy color: '#CBA915'

red 203 ◦ green 169 ◦ blue 21

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

Shades of Galliano #CBA915

Tints of Galliano #CBA915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.34%

R = 51.65%
G = 43%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBA915 (or 0xCBA915) is known color: Galliano. HEX triplet: CB, A9 and 15. RGB value is (203,169,21). Sum of RGB (Red+Green+Blue) = 203+169+21=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA915 is #3456EA. Grayscale: #A2A2A2. Windows color (decimal): -3430123 or 1419723. OLE color: 1419723.

HSL color Cylindrical-coordinate representation of color #CBA915: hue angle of 48.79º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBA915 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 21 -
CMYK 0 0.17 0.90 0.20
HSL 48.79º 0.81% 0.44% -
HSV(B) 48.79º 0.9% 0.8% -
XYZ 38.95 41.13 6.59 -
YUV 162.29 48.26 157.03 -
System Red Green Blue C M Y K H S L
Decimal 203 169 21 0 0.17 0.90 0.20 48.79 0.81 0.44
Hex CB A9 15 0 11 5A 14 31 51 2C
Octal 313 251 25 0 21 132 24 61 121 54
Binary 11001011 10101001 10101 0 10001 1011010 10100 110001 1010001 101100

Color Harmonies of #CBA915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA915

Black with #CBA915

Text Example


Text Example

White with #CBA915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA915; }

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

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

background-color css

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

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

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

border-color css

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

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

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