#D09C1D

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

Shades of Galliano #D09C1D

Tints of Galliano #D09C1D

Color information

#D09C1D (or 0xD09C1D) is unknown color: approx Galliano. HEX triplet: D0, 9C and 1D. RGB value is (208,156,29). Sum of RGB (Red+Green+Blue) = 208+156+29=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09C1D is #2F63E2. Grayscale: #9D9D9D. Windows color (decimal): -3105763 or 1940688. OLE color: 1940688.

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

Color convert

RGB20815629-
CMYK00.250.860.18
HSL42.57º75.53%46.47%-
HSV(B)42.57º86.06%81.57%-
XYZ38.1237.286.35-
YUV157.0755.73164.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.93%
GREEN value IS 156 (61.33% from 255) = 39.69%
BLUE value IS 29 (11.72% from 255) = 7.38%
R=52.93%
G=39.69%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081562900.250.860.1842.5775.5346.47
HexD09C1D01956122b4c2e
Octal32023435031126225311456
Binary1101000010011100111010110011010110100101010111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09C1D; }

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

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

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

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

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

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

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

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