Html Css Color HEX #C9A720 Galliano

📋 copy color: '#C9A720'

red 201 ◦ green 167 ◦ blue 32

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

Shades of Galliano #C9A720

Tints of Galliano #C9A720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.75%

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

R = 50.25%
G = 41.75%
B = 8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C9A720 (or 0xC9A720) is known color: Galliano. HEX triplet: C9, A7 and 20. RGB value is (201,167,32). Sum of RGB (Red+Green+Blue) = 201+167+32=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A720 is #3658DF. Grayscale: #A2A2A2. Windows color (decimal): -3561696 or 2140105. OLE color: 2140105.

HSL color Cylindrical-coordinate representation of color #C9A720: hue angle of 47.93º 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 #C9A720 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 167 32 -
CMYK 0 0.17 0.84 0.21
HSL 47.93º 0.73% 0.46% -
HSV(B) 47.93º 0.84% 0.79% -
XYZ 38.17 40.16 7.11 -
YUV 161.78 54.76 155.98 -
System Red Green Blue C M Y K H S L
Decimal 201 167 32 0 0.17 0.84 0.21 47.93 0.73 0.46
Hex C9 A7 20 0 11 54 15 30 49 2E
Octal 311 247 40 0 21 124 25 60 111 56
Binary 11001001 10100111 100000 0 10001 1010100 10101 110000 1001001 101110

Color Harmonies of #C9A720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A720

Black with #C9A720

Text Example


Text Example

White with #C9A720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A720; }

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

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

background-color css

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

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

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

border-color css

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

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

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