Html Css Color HEX #C9AA23 Galliano

📋 copy color: '#C9AA23'

red 201 ◦ green 170 ◦ blue 35

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

Shades of Galliano #C9AA23

Tints of Galliano #C9AA23

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.87%

 BLUE value IS 35 (14.06% from 255) = 8.62%

R = 49.51%
G = 41.87%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C9AA23 (or 0xC9AA23) is known color: Galliano. HEX triplet: C9, AA and 23. RGB value is (201,170,35). Sum of RGB (Red+Green+Blue) = 201+170+35=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA23 is #3655DC. Grayscale: #A4A4A4. Windows color (decimal): -3560925 or 2337481. OLE color: 2337481.

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

Color convert

RGB 201 170 35 -
CMYK 0 0.15 0.83 0.21
HSL 48.8º 0.7% 0.46% -
HSV(B) 48.8º 0.83% 0.79% -
XYZ 38.77 41.29 7.52 -
YUV 163.88 55.27 154.48 -
System Red Green Blue C M Y K H S L
Decimal 201 170 35 0 0.15 0.83 0.21 48.8 0.7 0.46
Hex C9 AA 23 0 F 53 15 31 46 2E
Octal 311 252 43 0 17 123 25 61 106 56
Binary 11001001 10101010 100011 0 1111 1010011 10101 110001 1000110 101110

Color Harmonies of #C9AA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AA23

Black with #C9AA23

Text Example


Text Example

White with #C9AA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AA23; }

 p { color: rgb(201,170,35); }

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

background-color css

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

 a { background-color: rgb(201,170,35); }

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

border-color css

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

 span { border-color: rgb(201,170,35); }

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