#CF9E19

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

Shades of Galliano #CF9E19

Tints of Galliano #CF9E19

Color information

#CF9E19 (or 0xCF9E19) is unknown color: approx Galliano. HEX triplet: CF, 9E and 19. RGB value is (207,158,25). Sum of RGB (Red+Green+Blue) = 207+158+25=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9E19 is #3061E6. Grayscale: #9E9E9E. Windows color (decimal): -3170791 or 1679055. OLE color: 1679055.

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

Color convert

RGB20715825-
CMYK00.240.880.19
HSL43.85º78.45%45.49%-
HSV(B)43.85º87.92%81.18%-
XYZ38.1337.796.2-
YUV157.4953.23163.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.08%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 25 (10.16% from 255) = 6.41%
R=53.08%
G=40.51%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071582500.240.880.1943.8578.4545.49
HexCF9E1901858132c4e2d
Octal31723631030130235411655
Binary1100111110011110110010110001011000100111011001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9E19; }

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

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

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

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

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

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

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

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