Html Css Color HEX #C9A420 Galliano

📋 copy color: '#C9A420'

red 201 ◦ green 164 ◦ blue 32

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

Shades of Galliano #C9A420

Tints of Galliano #C9A420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.06%

R = 50.63%
G = 41.31%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C9A420 (or 0xC9A420) is known color: Galliano. HEX triplet: C9, A4 and 20. RGB value is (201,164,32). Sum of RGB (Red+Green+Blue) = 201+164+32=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A420 is #365BDF. Grayscale: #A0A0A0. Windows color (decimal): -3562464 or 2139337. OLE color: 2139337.

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

Color convert

RGB 201 164 32 -
CMYK 0 0.18 0.84 0.21
HSL 46.86º 0.73% 0.46% -
HSV(B) 46.86º 0.84% 0.79% -
XYZ 37.62 39.07 6.93 -
YUV 160.02 55.76 157.23 -
System Red Green Blue C M Y K H S L
Decimal 201 164 32 0 0.18 0.84 0.21 46.86 0.73 0.46
Hex C9 A4 20 0 12 54 15 2F 49 2E
Octal 311 244 40 0 22 124 25 57 111 56
Binary 11001001 10100100 100000 0 10010 1010100 10101 101111 1001001 101110

Color Harmonies of #C9A420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A420

Black with #C9A420

Text Example


Text Example

White with #C9A420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A420; }

 p { color: rgb(201,164,32); }

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

background-color css

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

 a { background-color: rgb(201,164,32); }

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

border-color css

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

 span { border-color: rgb(201,164,32); }

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