Html Css Color HEX #CBA518 Galliano

📋 copy color: '#CBA518'

red 203 ◦ green 165 ◦ blue 24

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

Shades of Galliano #CBA518

Tints of Galliano #CBA518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.12%

R = 51.79%
G = 42.09%
B = 6.12%

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

#CBA518 (or 0xCBA518) is known color: Galliano. HEX triplet: CB, A5 and 18. RGB value is (203,165,24). Sum of RGB (Red+Green+Blue) = 203+165+24=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA518 is #345AE7. Grayscale: #A0A0A0. Windows color (decimal): -3431144 or 1615307. OLE color: 1615307.

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

Color convert

RGB 203 165 24 -
CMYK 0 0.19 0.88 0.20
HSL 47.26º 0.79% 0.45% -
HSV(B) 47.26º 0.88% 0.8% -
XYZ 38.25 39.67 6.51 -
YUV 160.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 203 165 24 0 0.19 0.88 0.20 47.26 0.79 0.45
Hex CB A5 18 0 13 58 14 2F 4F 2D
Octal 313 245 30 0 23 130 24 57 117 55
Binary 11001011 10100101 11000 0 10011 1011000 10100 101111 1001111 101101

Color Harmonies of #CBA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA518

Black with #CBA518

Text Example


Text Example

White with #CBA518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA518; }

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

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

background-color css

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

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

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

border-color css

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

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

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