Html Css Color HEX #C9A422 Galliano

📋 copy color: '#C9A422'

red 201 ◦ green 164 ◦ blue 34

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

Shades of Galliano #C9A422

Tints of Galliano #C9A422

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.1%

 BLUE value IS 34 (13.67% from 255) = 8.52%

R = 50.38%
G = 41.1%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C9A422 (or 0xC9A422) is known color: Galliano. HEX triplet: C9, A4 and 22. RGB value is (201,164,34). Sum of RGB (Red+Green+Blue) = 201+164+34=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A422 is #365BDD. Grayscale: #A0A0A0. Windows color (decimal): -3562462 or 2270409. OLE color: 2270409.

HSL color Cylindrical-coordinate representation of color #C9A422: hue angle of 46.71º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9A422 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 164 34 -
CMYK 0 0.18 0.83 0.21
HSL 46.71º 0.71% 0.46% -
HSV(B) 46.71º 0.83% 0.79% -
XYZ 37.65 39.08 7.07 -
YUV 160.24 56.76 157.07 -
System Red Green Blue C M Y K H S L
Decimal 201 164 34 0 0.18 0.83 0.21 46.71 0.71 0.46
Hex C9 A4 22 0 12 53 15 2F 47 2E
Octal 311 244 42 0 22 123 25 57 107 56
Binary 11001001 10100100 100010 0 10010 1010011 10101 101111 1000111 101110

Color Harmonies of #C9A422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A422

Black with #C9A422

Text Example


Text Example

White with #C9A422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A422; }

 p { color: rgb(201,164,34); }

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

background-color css

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

 a { background-color: rgb(201,164,34); }

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

border-color css

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

 span { border-color: rgb(201,164,34); }

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