Html Css Color HEX #C9AD21 Galliano

📋 copy color: '#C9AD21'

red 201 ◦ green 173 ◦ blue 33

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

Shades of Galliano #C9AD21

Tints of Galliano #C9AD21

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

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

R = 49.39%
G = 42.51%
B = 8.11%

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

#C9AD21 (or 0xC9AD21) is known color: Galliano. HEX triplet: C9, AD and 21. RGB value is (201,173,33). Sum of RGB (Red+Green+Blue) = 201+173+33=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD21 is #3652DE. Grayscale: #A6A6A6. Windows color (decimal): -3560159 or 2207177. OLE color: 2207177.

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

Color convert

RGB 201 173 33 -
CMYK 0 0.14 0.84 0.21
HSL 50º 0.72% 0.46% -
HSV(B) 50º 0.84% 0.79% -
XYZ 39.31 42.41 7.55 -
YUV 165.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 201 173 33 0 0.14 0.84 0.21 50 0.72 0.46
Hex C9 AD 21 0 E 54 15 32 48 2E
Octal 311 255 41 0 16 124 25 62 110 56
Binary 11001001 10101101 100001 0 1110 1010100 10101 110010 1001000 101110

Color Harmonies of #C9AD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD21

Black with #C9AD21

Text Example


Text Example

White with #C9AD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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