Html Css Color HEX #C9A71E Galliano

📋 copy color: '#C9A71E'

red 201 ◦ green 167 ◦ blue 30

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

Shades of Galliano #C9A71E

Tints of Galliano #C9A71E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.96%

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

R = 50.5%
G = 41.96%
B = 7.54%

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

#C9A71E (or 0xC9A71E) is known color: Galliano. HEX triplet: C9, A7 and 1E. RGB value is (201,167,30). Sum of RGB (Red+Green+Blue) = 201+167+30=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A71E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A71E is #3658E1. Grayscale: #A2A2A2. Windows color (decimal): -3561698 or 2009033. OLE color: 2009033.

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

Color convert

RGB 201 167 30 -
CMYK 0 0.17 0.85 0.21
HSL 48.07º 0.74% 0.45% -
HSV(B) 48.07º 0.85% 0.79% -
XYZ 38.14 40.15 6.97 -
YUV 161.55 53.76 156.14 -
System Red Green Blue C M Y K H S L
Decimal 201 167 30 0 0.17 0.85 0.21 48.07 0.74 0.45
Hex C9 A7 1E 0 11 55 15 30 4A 2D
Octal 311 247 36 0 21 125 25 60 112 55
Binary 11001001 10100111 11110 0 10001 1010101 10101 110000 1001010 101101

Color Harmonies of #C9A71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A71E

Black with #C9A71E

Text Example


Text Example

White with #C9A71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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