Html Css Color HEX #C9AA1D Galliano

📋 copy color: '#C9AA1D'

red 201 ◦ green 170 ◦ blue 29

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

Shades of Galliano #C9AA1D

Tints of Galliano #C9AA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.25%

R = 50.25%
G = 42.5%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9AA1D (or 0xC9AA1D) is known color: Galliano. HEX triplet: C9, AA and 1D. RGB value is (201,170,29). Sum of RGB (Red+Green+Blue) = 201+170+29=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA1D is #3655E2. Grayscale: #A3A3A3. Windows color (decimal): -3560931 or 1944265. OLE color: 1944265.

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

Color convert

RGB 201 170 29 -
CMYK 0 0.15 0.86 0.21
HSL 49.19º 0.75% 0.45% -
HSV(B) 49.19º 0.86% 0.79% -
XYZ 38.68 41.26 7.09 -
YUV 163.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 201 170 29 0 0.15 0.86 0.21 49.19 0.75 0.45
Hex C9 AA 1D 0 F 56 15 31 4B 2D
Octal 311 252 35 0 17 126 25 61 113 55
Binary 11001001 10101010 11101 0 1111 1010110 10101 110001 1001011 101101

Color Harmonies of #C9AA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AA1D

Black with #C9AA1D

Text Example


Text Example

White with #C9AA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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