Html Css Color HEX #C9AA1E Galliano

📋 copy color: '#C9AA1E'

red 201 ◦ green 170 ◦ blue 30

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

Shades of Galliano #C9AA1E

Tints of Galliano #C9AA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.48%

R = 50.12%
G = 42.39%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9AA1E (or 0xC9AA1E) is known color: Galliano. HEX triplet: C9, AA and 1E. RGB value is (201,170,30). Sum of RGB (Red+Green+Blue) = 201+170+30=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA1E is #3655E1. Grayscale: #A3A3A3. Windows color (decimal): -3560930 or 2009801. OLE color: 2009801.

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

Color convert

RGB 201 170 30 -
CMYK 0 0.15 0.85 0.21
HSL 49.12º 0.74% 0.45% -
HSV(B) 49.12º 0.85% 0.79% -
XYZ 38.7 41.26 7.15 -
YUV 163.31 52.77 154.88 -
System Red Green Blue C M Y K H S L
Decimal 201 170 30 0 0.15 0.85 0.21 49.12 0.74 0.45
Hex C9 AA 1E 0 F 55 15 31 4A 2D
Octal 311 252 36 0 17 125 25 61 112 55
Binary 11001001 10101010 11110 0 1111 1010101 10101 110001 1001010 101101

Color Harmonies of #C9AA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AA1E

Black with #C9AA1E

Text Example


Text Example

White with #C9AA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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