#D29D1B

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

Shades of Galliano #D29D1B

Tints of Galliano #D29D1B

Color information

#D29D1B (or 0xD29D1B) is unknown color: approx Galliano. HEX triplet: D2, 9D and 1B. RGB value is (210,157,27). Sum of RGB (Red+Green+Blue) = 210+157+27=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29D1B is #2D62E4. Grayscale: #9E9E9E. Windows color (decimal): -2974437 or 1809874. OLE color: 1809874.

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

Color convert

RGB21015727-
CMYK00.250.870.18
HSL42.62º77.22%46.47%-
HSV(B)42.62º87.14%82.35%-
XYZ38.8337.896.3-
YUV158.0354.06165.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.30%
GREEN value IS 157 (61.72% from 255) = 39.85%
BLUE value IS 27 (10.94% from 255) = 6.85%
R=53.30%
G=39.85%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101572700.250.870.1842.6277.2246.47
HexD29D1B01957122b4d2e
Octal32223533031127225311556
Binary1101001010011101110110110011010111100101010111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D1B; }

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

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

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

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

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

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

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

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