Html Css Color HEX #C9A61E Galliano

📋 copy color: '#C9A61E'

red 201 ◦ green 166 ◦ blue 30

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

Shades of Galliano #C9A61E

Tints of Galliano #C9A61E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.81%

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

R = 50.63%
G = 41.81%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9A61E (or 0xC9A61E) is known color: Galliano. HEX triplet: C9, A6 and 1E. RGB value is (201,166,30). Sum of RGB (Red+Green+Blue) = 201+166+30=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A61E is #3659E1. Grayscale: #A1A1A1. Windows color (decimal): -3561954 or 2008777. OLE color: 2008777.

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

Color convert

RGB 201 166 30 -
CMYK 0 0.17 0.85 0.21
HSL 47.72º 0.74% 0.45% -
HSV(B) 47.72º 0.85% 0.79% -
XYZ 37.96 39.78 6.91 -
YUV 160.96 54.1 156.56 -
System Red Green Blue C M Y K H S L
Decimal 201 166 30 0 0.17 0.85 0.21 47.72 0.74 0.45
Hex C9 A6 1E 0 11 55 15 30 4A 2D
Octal 311 246 36 0 21 125 25 60 112 55
Binary 11001001 10100110 11110 0 10001 1010101 10101 110000 1001010 101101

Color Harmonies of #C9A61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A61E

Black with #C9A61E

Text Example


Text Example

White with #C9A61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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