Html Css Color HEX #C8A621 Galliano

📋 copy color: '#C8A621'

red 200 ◦ green 166 ◦ blue 33

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

Shades of Galliano #C8A621

Tints of Galliano #C8A621

RGB

 RED value IS 200 (78.52% from 255) = 50.13%

 GREEN value IS 166 (65.23% from 255) = 41.6%

 BLUE value IS 33 (13.28% from 255) = 8.27%

R = 50.13%
G = 41.6%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8A621 (or 0xC8A621) is known color: Galliano. HEX triplet: C8, A6 and 21. RGB value is (200,166,33). Sum of RGB (Red+Green+Blue) = 200+166+33=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A621 is #3759DE. Grayscale: #A1A1A1. Windows color (decimal): -3627487 or 2205384. OLE color: 2205384.

HSL color Cylindrical-coordinate representation of color #C8A621: hue angle of 47.78º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8A621 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 166 33 -
CMYK 0 0.17 0.84 0.22
HSL 47.78º 0.72% 0.46% -
HSV(B) 47.78º 0.84% 0.78% -
XYZ 37.73 39.66 7.11 -
YUV 161 55.76 155.81 -
System Red Green Blue C M Y K H S L
Decimal 200 166 33 0 0.17 0.84 0.22 47.78 0.72 0.46
Hex C8 A6 21 0 11 54 16 30 48 2E
Octal 310 246 41 0 21 124 26 60 110 56
Binary 11001000 10100110 100001 0 10001 1010100 10110 110000 1001000 101110

Color Harmonies of #C8A621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A621

Black with #C8A621

Text Example


Text Example

White with #C8A621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A621; }

 p { color: rgb(200,166,33); }

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

background-color css

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

 a { background-color: rgb(200,166,33); }

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

border-color css

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

 span { border-color: rgb(200,166,33); }

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