#D29C1B

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

Shades of Galliano #D29C1B

Tints of Galliano #D29C1B

Color information

#D29C1B (or 0xD29C1B) is unknown color: approx Galliano. HEX triplet: D2, 9C and 1B. RGB value is (210,156,27). Sum of RGB (Red+Green+Blue) = 210+156+27=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29C1B is #2D63E4. Grayscale: #9E9E9E. Windows color (decimal): -2974693 or 1809618. OLE color: 1809618.

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

Color convert

RGB21015627-
CMYK00.260.870.18
HSL42.3º77.22%46.47%-
HSV(B)42.3º87.14%82.35%-
XYZ38.6637.566.25-
YUV157.4454.39165.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.44%
GREEN value IS 156 (61.33% from 255) = 39.69%
BLUE value IS 27 (10.94% from 255) = 6.87%
R=53.44%
G=39.69%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101562700.260.870.1842.377.2246.47
HexD29C1B01A57122a4d2e
Octal32223433032127225211556
Binary1101001010011100110110110101010111100101010101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29C1B; }

 p { color: rgb(210,156,27); }

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

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

 a { background-color: rgb(210,156,27); }

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

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

 span { border-color: rgb(210,156,27); }

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