#cfab0e

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

Shades of Galliano #CFAB0E

Tints of Galliano #CFAB0E

Color information

#CFAB0E (or 0xCFAB0E) is unknown color: approx Galliano. HEX triplet: CF, AB and 0E. RGB value is (207,171,14). Sum of RGB (Red+Green+Blue) = 207+171+14=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAB0E is #3054F1. Grayscale: #A4A4A4. Windows color (decimal): -3167474 or 961487. OLE color: 961487.

HSL color Cylindrical-coordinate representation of color #CFAB0E: hue angle of 48.81º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFAB0E is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB20717114-
CMYK00.170.930.19
HSL48.81º87.33%43.33%-
HSV(B)48.81º93.24%81.18%-
XYZ40.3742.426.48-
YUV163.8743.43158.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.81%
GREEN value IS 171 (67.19% from 255) = 43.62%
BLUE value IS 14 (5.86% from 255) = 3.57%
R=52.81%
G=43.62%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071711400.170.930.1948.8187.3343.33
HexCFABE0115D1331572b
Octal31725316021135236112753
Binary110011111010101111100100011011101100111100011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfab0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfab0e; }

 p { color: rgb(207,171,14); }

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

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

 a { background-color: rgb(207,171,14); }

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

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

 span { border-color: rgb(207,171,14); }

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