#d0af1d

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

Shades of Galliano #D0AF1D

Tints of Galliano #D0AF1D

Color information

#D0AF1D (or 0xD0AF1D) is unknown color: approx Galliano. HEX triplet: D0, AF and 1D. RGB value is (208,175,29). Sum of RGB (Red+Green+Blue) = 208+175+29=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF1D is #2F50E2. Grayscale: #A8A8A8. Windows color (decimal): -3100899 or 1945552. OLE color: 1945552.

HSL color Cylindrical-coordinate representation of color #D0AF1D: hue angle of 48.94º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0AF1D is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB20817529-
CMYK00.160.860.18
HSL48.94º75.53%46.47%-
HSV(B)48.94º86.06%81.57%-
XYZ41.5644.167.5-
YUV168.2249.43156.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.49%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 29 (11.72% from 255) = 7.04%
R=50.49%
G=42.48%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081752900.160.860.1848.9475.5346.47
HexD0AF1D0105612314c2e
Octal32025735020126226111456
Binary1101000010101111111010100001010110100101100011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0af1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0af1d; }

 p { color: rgb(208,175,29); }

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

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

 a { background-color: rgb(208,175,29); }

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

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

 span { border-color: rgb(208,175,29); }

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