Html Css Color HEX #C9A71D Galliano

📋 copy color: '#C9A71D'

red 201 ◦ green 167 ◦ blue 29

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

Shades of Galliano #C9A71D

Tints of Galliano #C9A71D

RGB

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

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

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

R = 50.63%
G = 42.07%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9A71D (or 0xC9A71D) is known color: Galliano. HEX triplet: C9, A7 and 1D. RGB value is (201,167,29). Sum of RGB (Red+Green+Blue) = 201+167+29=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A71D is #3658E2. Grayscale: #A2A2A2. Windows color (decimal): -3561699 or 1943497. OLE color: 1943497.

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

Color convert

RGB 201 167 29 -
CMYK 0 0.17 0.86 0.21
HSL 48.14º 0.75% 0.45% -
HSV(B) 48.14º 0.86% 0.79% -
XYZ 38.13 40.14 6.9 -
YUV 161.43 53.26 156.22 -
System Red Green Blue C M Y K H S L
Decimal 201 167 29 0 0.17 0.86 0.21 48.14 0.75 0.45
Hex C9 A7 1D 0 11 56 15 30 4B 2D
Octal 311 247 35 0 21 126 25 60 113 55
Binary 11001001 10100111 11101 0 10001 1010110 10101 110000 1001011 101101

Color Harmonies of #C9A71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A71D

Black with #C9A71D

Text Example


Text Example

White with #C9A71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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