#CFA928

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

Shades of Galliano #CFA928

Tints of Galliano #CFA928

Color information

#CFA928 (or 0xCFA928) is unknown color: approx Galliano. HEX triplet: CF, A9 and 28. RGB value is (207,169,40). Sum of RGB (Red+Green+Blue) = 207+169+40=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA928 is #3056D7. Grayscale: #A6A6A6. Windows color (decimal): -3167960 or 2664911. OLE color: 2664911.

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

Color convert

RGB20716940-
CMYK00.180.810.19
HSL46.35º67.61%48.43%-
HSV(B)46.35º80.68%81.18%-
XYZ40.341.797.95-
YUV165.6657.09157.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.76%
GREEN value IS 169 (66.41% from 255) = 40.62%
BLUE value IS 40 (16.02% from 255) = 9.62%
R=49.76%
G=40.62%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071694000.180.810.1946.3567.6148.43
HexCFA92801251132e4430
Octal31725150022121235610460
Binary11001111101010011010000100101010001100111011101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA928; }

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

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

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

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

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

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

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

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