Html Css Color HEX #CBA51A Galliano

📋 copy color: '#CBA51A'

red 203 ◦ green 165 ◦ blue 26

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

Shades of Galliano #CBA51A

Tints of Galliano #CBA51A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.6%

R = 51.52%
G = 41.88%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CBA51A (or 0xCBA51A) is known color: Galliano. HEX triplet: CB, A5 and 1A. RGB value is (203,165,26). Sum of RGB (Red+Green+Blue) = 203+165+26=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA51A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA51A is #345AE5. Grayscale: #A1A1A1. Windows color (decimal): -3431142 or 1746379. OLE color: 1746379.

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

Color convert

RGB 203 165 26 -
CMYK 0 0.19 0.87 0.20
HSL 47.12º 0.77% 0.45% -
HSV(B) 47.12º 0.87% 0.8% -
XYZ 38.27 39.68 6.62 -
YUV 160.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 203 165 26 0 0.19 0.87 0.20 47.12 0.77 0.45
Hex CB A5 1A 0 13 57 14 2F 4D 2D
Octal 313 245 32 0 23 127 24 57 115 55
Binary 11001011 10100101 11010 0 10011 1010111 10100 101111 1001101 101101

Color Harmonies of #CBA51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA51A

Black with #CBA51A

Text Example


Text Example

White with #CBA51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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