#CF9F28

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

Shades of Galliano #CF9F28

Tints of Galliano #CF9F28

Color information

#CF9F28 (or 0xCF9F28) is unknown color: approx Galliano. HEX triplet: CF, 9F and 28. RGB value is (207,159,40). Sum of RGB (Red+Green+Blue) = 207+159+40=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9F28 is #3060D7. Grayscale: #A0A0A0. Windows color (decimal): -3170520 or 2662351. OLE color: 2662351.

HSL color Cylindrical-coordinate representation of color #CF9F28: hue angle of 42.75º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF9F28 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB20715940-
CMYK00.230.810.19
HSL42.75º67.61%48.43%-
HSV(B)42.75º80.68%81.18%-
XYZ38.5138.217.35-
YUV159.7960.4161.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.99%
GREEN value IS 159 (62.5% from 255) = 39.16%
BLUE value IS 40 (16.02% from 255) = 9.85%
R=50.99%
G=39.16%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071594000.230.810.1942.7567.6148.43
HexCF9F2801751132b4430
Octal31723750027121235310460
Binary11001111100111111010000101111010001100111010111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F28; }

 p { color: rgb(207,159,40); }

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

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

 a { background-color: rgb(207,159,40); }

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

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

 span { border-color: rgb(207,159,40); }

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