Html Css Color HEX #CBA522 Galliano

📋 copy color: '#CBA522'

red 203 ◦ green 165 ◦ blue 34

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

Shades of Galliano #CBA522

Tints of Galliano #CBA522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.46%

R = 50.5%
G = 41.04%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CBA522 (or 0xCBA522) is known color: Galliano. HEX triplet: CB, A5 and 22. RGB value is (203,165,34). Sum of RGB (Red+Green+Blue) = 203+165+34=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA522 is #345ADD. Grayscale: #A1A1A1. Windows color (decimal): -3431134 or 2270667. OLE color: 2270667.

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

Color convert

RGB 203 165 34 -
CMYK 0 0.19 0.83 0.20
HSL 46.51º 0.71% 0.46% -
HSV(B) 46.51º 0.83% 0.8% -
XYZ 38.37 39.72 7.16 -
YUV 161.43 56.09 157.65 -
System Red Green Blue C M Y K H S L
Decimal 203 165 34 0 0.19 0.83 0.20 46.51 0.71 0.46
Hex CB A5 22 0 13 53 14 2F 47 2E
Octal 313 245 42 0 23 123 24 57 107 56
Binary 11001011 10100101 100010 0 10011 1010011 10100 101111 1000111 101110

Color Harmonies of #CBA522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA522

Black with #CBA522

Text Example


Text Example

White with #CBA522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA522; }

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

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

background-color css

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

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

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

border-color css

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

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

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