#CF9A19

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

Shades of Galliano #CF9A19

Tints of Galliano #CF9A19

Color information

#CF9A19 (or 0xCF9A19) is unknown color: approx Galliano. HEX triplet: CF, 9A and 19. RGB value is (207,154,25). Sum of RGB (Red+Green+Blue) = 207+154+25=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9A19 is #3065E6. Grayscale: #9B9B9B. Windows color (decimal): -3171815 or 1678031. OLE color: 1678031.

HSL color Cylindrical-coordinate representation of color #CF9A19: hue angle of 42.53º 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 #CF9A19 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB20715425-
CMYK00.260.880.19
HSL42.53º78.45%45.49%-
HSV(B)42.53º87.92%81.18%-
XYZ37.4636.455.98-
YUV155.1454.56164.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.63%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 25 (10.16% from 255) = 6.48%
R=53.63%
G=39.90%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071542500.260.880.1942.5378.4545.49
HexCF9A1901A58132b4e2d
Octal31723231032130235311655
Binary1100111110011010110010110101011000100111010111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9A19; }

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

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

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

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

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

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

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

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