Html Css Color HEX #C9AE28 Galliano

📋 copy color: '#C9AE28'

red 201 ◦ green 174 ◦ blue 40

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

Shades of Galliano #C9AE28

Tints of Galliano #C9AE28

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.93%

 BLUE value IS 40 (16.02% from 255) = 9.64%

R = 48.43%
G = 41.93%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C9AE28 (or 0xC9AE28) is known color: Galliano. HEX triplet: C9, AE and 28. RGB value is (201,174,40). Sum of RGB (Red+Green+Blue) = 201+174+40=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AE28 is #3651D7. Grayscale: #A7A7A7. Windows color (decimal): -3559896 or 2666185. OLE color: 2666185.

HSL color Cylindrical-coordinate representation of color #C9AE28: hue angle of 49.94º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9AE28 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 174 40 -
CMYK 0 0.13 0.80 0.21
HSL 49.94º 0.67% 0.47% -
HSV(B) 49.94º 0.8% 0.79% -
XYZ 39.61 42.84 8.19 -
YUV 166.8 56.45 152.4 -
System Red Green Blue C M Y K H S L
Decimal 201 174 40 0 0.13 0.80 0.21 49.94 0.67 0.47
Hex C9 AE 28 0 D 50 15 32 43 2F
Octal 311 256 50 0 15 120 25 62 103 57
Binary 11001001 10101110 101000 0 1101 1010000 10101 110010 1000011 101111

Color Harmonies of #C9AE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AE28

Black with #C9AE28

Text Example


Text Example

White with #C9AE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AE28; }

 p { color: rgb(201,174,40); }

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

background-color css

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

 a { background-color: rgb(201,174,40); }

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

border-color css

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

 span { border-color: rgb(201,174,40); }

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