#cfac1d

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

Shades of Galliano #CFAC1D

Tints of Galliano #CFAC1D

Color information

#CFAC1D (or 0xCFAC1D) is unknown color: approx Galliano. HEX triplet: CF, AC and 1D. RGB value is (207,172,29). Sum of RGB (Red+Green+Blue) = 207+172+29=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC1D is #3053E2. Grayscale: #A6A6A6. Windows color (decimal): -3167203 or 1944783. OLE color: 1944783.

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

Color convert

RGB20717229-
CMYK00.170.860.19
HSL48.2º75.42%46.27%-
HSV(B)48.2º85.99%81.18%-
XYZ40.7142.867.29-
YUV166.1650.6157.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.74%
GREEN value IS 172 (67.58% from 255) = 42.16%
BLUE value IS 29 (11.72% from 255) = 7.11%
R=50.74%
G=42.16%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071722900.170.860.1948.275.4246.27
HexCFAC1D0115613304b2e
Octal31725435021126236011356
Binary1100111110101100111010100011010110100111100001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfac1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfac1d; }

 p { color: rgb(207,172,29); }

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

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

 a { background-color: rgb(207,172,29); }

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

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

 span { border-color: rgb(207,172,29); }

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