Html Css Color HEX #C9A51F Galliano

📋 copy color: '#C9A51F'

red 201 ◦ green 165 ◦ blue 31

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

Shades of Galliano #C9A51F

Tints of Galliano #C9A51F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.56%

 BLUE value IS 31 (12.5% from 255) = 7.81%

R = 50.63%
G = 41.56%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9A51F (or 0xC9A51F) is known color: Galliano. HEX triplet: C9, A5 and 1F. RGB value is (201,165,31). Sum of RGB (Red+Green+Blue) = 201+165+31=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A51F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A51F is #365AE0. Grayscale: #A1A1A1. Windows color (decimal): -3562209 or 2074057. OLE color: 2074057.

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

Color convert

RGB 201 165 31 -
CMYK 0 0.18 0.85 0.21
HSL 47.29º 0.73% 0.45% -
HSV(B) 47.29º 0.85% 0.79% -
XYZ 37.79 39.43 6.91 -
YUV 160.49 54.93 156.9 -
System Red Green Blue C M Y K H S L
Decimal 201 165 31 0 0.18 0.85 0.21 47.29 0.73 0.45
Hex C9 A5 1F 0 12 55 15 2F 49 2D
Octal 311 245 37 0 22 125 25 57 111 55
Binary 11001001 10100101 11111 0 10010 1010101 10101 101111 1001001 101101

Color Harmonies of #C9A51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A51F

Black with #C9A51F

Text Example


Text Example

White with #C9A51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A51F; }

 p { color: rgb(201,165,31); }

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

background-color css

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

 a { background-color: rgb(201,165,31); }

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

border-color css

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

 span { border-color: rgb(201,165,31); }

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