Html Css Color HEX #C9A521 Galliano

📋 copy color: '#C9A521'

red 201 ◦ green 165 ◦ blue 33

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

Shades of Galliano #C9A521

Tints of Galliano #C9A521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.27%

R = 50.38%
G = 41.35%
B = 8.27%

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

#C9A521 (or 0xC9A521) is known color: Galliano. HEX triplet: C9, A5 and 21. RGB value is (201,165,33). Sum of RGB (Red+Green+Blue) = 201+165+33=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A521 is #365ADE. Grayscale: #A1A1A1. Windows color (decimal): -3562207 or 2205129. OLE color: 2205129.

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

Color convert

RGB 201 165 33 -
CMYK 0 0.18 0.84 0.21
HSL 47.14º 0.72% 0.46% -
HSV(B) 47.14º 0.84% 0.79% -
XYZ 37.82 39.44 7.06 -
YUV 160.72 55.93 156.73 -
System Red Green Blue C M Y K H S L
Decimal 201 165 33 0 0.18 0.84 0.21 47.14 0.72 0.46
Hex C9 A5 21 0 12 54 15 2F 48 2E
Octal 311 245 41 0 22 124 25 57 110 56
Binary 11001001 10100101 100001 0 10010 1010100 10101 101111 1001000 101110

Color Harmonies of #C9A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A521

Black with #C9A521

Text Example


Text Example

White with #C9A521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A521; }

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

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

background-color css

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

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

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

border-color css

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

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

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