Html Css Color HEX #CBA41B Galliano

📋 copy color: '#CBA41B'

red 203 ◦ green 164 ◦ blue 27

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

Shades of Galliano #CBA41B

Tints of Galliano #CBA41B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.62%

 BLUE value IS 27 (10.94% from 255) = 6.85%

R = 51.52%
G = 41.62%
B = 6.85%

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

#CBA41B (or 0xCBA41B) is known color: Galliano. HEX triplet: CB, A4 and 1B. RGB value is (203,164,27). Sum of RGB (Red+Green+Blue) = 203+164+27=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA41B is #345BE4. Grayscale: #A0A0A0. Windows color (decimal): -3431397 or 1811659. OLE color: 1811659.

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

Color convert

RGB 203 164 27 -
CMYK 0 0.19 0.87 0.20
HSL 46.7º 0.77% 0.45% -
HSV(B) 46.7º 0.87% 0.8% -
XYZ 38.1 39.33 6.62 -
YUV 160.04 52.92 158.64 -
System Red Green Blue C M Y K H S L
Decimal 203 164 27 0 0.19 0.87 0.20 46.7 0.77 0.45
Hex CB A4 1B 0 13 57 14 2F 4D 2D
Octal 313 244 33 0 23 127 24 57 115 55
Binary 11001011 10100100 11011 0 10011 1010111 10100 101111 1001101 101101

Color Harmonies of #CBA41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA41B

Black with #CBA41B

Text Example


Text Example

White with #CBA41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA41B; }

 p { color: rgb(203,164,27); }

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

background-color css

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

 a { background-color: rgb(203,164,27); }

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

border-color css

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

 span { border-color: rgb(203,164,27); }

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