#CFA919

Color #CFA919 Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #CFA919

Tints of Galliano #CFA919

Color information

#CFA919 (or 0xCFA919) is unknown color: approx Galliano. HEX triplet: CF, A9 and 19. RGB value is (207,169,25). Sum of RGB (Red+Green+Blue) = 207+169+25=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA919 is #3056E6. Grayscale: #A4A4A4. Windows color (decimal): -3167975 or 1681871. OLE color: 1681871.

HSL color Cylindrical-coordinate representation of color #CFA919: hue angle of 47.47º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFA919 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB20716925-
CMYK00.180.880.19
HSL47.47º78.45%45.49%-
HSV(B)47.47º87.92%81.18%-
XYZ40.141.716.86-
YUV163.9549.59158.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.62%
GREEN value IS 169 (66.41% from 255) = 42.14%
BLUE value IS 25 (10.16% from 255) = 6.23%
R=51.62%
G=42.14%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071692500.180.880.1947.4778.4545.49
HexCFA91901258132f4e2d
Octal31725131022130235711655
Binary1100111110101001110010100101011000100111011111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA919; }

 p { color: rgb(207,169,25); }

 H1.HeaderClassName
 {
   color: #CFA919;
 }
 .AnyTagClassName
 {
   color: #CFA919;
 }
</style>
background-color css

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

 a { background-color: rgb(207,169,25); }

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

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

 span { border-color: rgb(207,169,25); }

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