Html Css Color HEX #C9A522 Galliano

📋 copy color: '#C9A522'

red 201 ◦ green 165 ◦ blue 34

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

Shades of Galliano #C9A522

Tints of Galliano #C9A522

RGB

 RED value IS 201 (78.91% from 255) = 50.25%

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

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

R = 50.25%
G = 41.25%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C9A522 (or 0xC9A522) is known color: Galliano. HEX triplet: C9, A5 and 22. RGB value is (201,165,34). Sum of RGB (Red+Green+Blue) = 201+165+34=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A522 is #365ADD. Grayscale: #A1A1A1. Windows color (decimal): -3562206 or 2270665. OLE color: 2270665.

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

Color convert

RGB 201 165 34 -
CMYK 0 0.18 0.83 0.21
HSL 47.07º 0.71% 0.46% -
HSV(B) 47.07º 0.83% 0.79% -
XYZ 37.83 39.44 7.13 -
YUV 160.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 201 165 34 0 0.18 0.83 0.21 47.07 0.71 0.46
Hex C9 A5 22 0 12 53 15 2F 47 2E
Octal 311 245 42 0 22 123 25 57 107 56
Binary 11001001 10100101 100010 0 10010 1010011 10101 101111 1000111 101110

Color Harmonies of #C9A522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A522

Black with #C9A522

Text Example


Text Example

White with #C9A522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A522; }

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

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

background-color css

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

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

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

border-color css

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

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

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