Html Css Color HEX #C9AC21 Galliano

📋 copy color: '#C9AC21'

red 201 ◦ green 172 ◦ blue 33

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

Shades of Galliano #C9AC21

Tints of Galliano #C9AC21

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.36%

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

R = 49.51%
G = 42.36%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C9AC21 (or 0xC9AC21) is known color: Galliano. HEX triplet: C9, AC and 21. RGB value is (201,172,33). Sum of RGB (Red+Green+Blue) = 201+172+33=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AC21 is #3653DE. Grayscale: #A5A5A5. Windows color (decimal): -3560415 or 2206921. OLE color: 2206921.

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

Color convert

RGB 201 172 33 -
CMYK 0 0.14 0.84 0.21
HSL 49.64º 0.72% 0.46% -
HSV(B) 49.64º 0.84% 0.79% -
XYZ 39.11 42.03 7.49 -
YUV 164.83 53.61 153.8 -
System Red Green Blue C M Y K H S L
Decimal 201 172 33 0 0.14 0.84 0.21 49.64 0.72 0.46
Hex C9 AC 21 0 E 54 15 32 48 2E
Octal 311 254 41 0 16 124 25 62 110 56
Binary 11001001 10101100 100001 0 1110 1010100 10101 110010 1001000 101110

Color Harmonies of #C9AC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC21

Black with #C9AC21

Text Example


Text Example

White with #C9AC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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