Html Css Color HEX #D1AB1D Galliano

📋 copy color: '#D1AB1D'

red 209 ◦ green 171 ◦ blue 29

#D1AB1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #D1AB1D

Tints of Galliano #D1AB1D

RGB

 RED value IS 209 (82.03% from 255) = 51.1%

 GREEN value IS 171 (67.19% from 255) = 41.81%

 BLUE value IS 29 (11.72% from 255) = 7.09%

R = 51.1%
G = 41.81%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1AB1D (or 0xD1AB1D) is known color: Galliano. HEX triplet: D1, AB and 1D. RGB value is (209,171,29). Sum of RGB (Red+Green+Blue) = 209+171+29=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AB1D is #2E54E2. Grayscale: #A6A6A6. Windows color (decimal): -3036387 or 1944529. OLE color: 1944529.

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

Color convert

RGB 209 171 29 -
CMYK 0 0.18 0.86 0.18
HSL 47.33º 0.76% 0.47% -
HSV(B) 47.33º 0.86% 0.82% -
XYZ 41.08 42.77 7.25 -
YUV 166.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 209 171 29 0 0.18 0.86 0.18 47.33 0.76 0.47
Hex D1 AB 1D 0 12 56 12 2F 4C 2F
Octal 321 253 35 0 22 126 22 57 114 57
Binary 11010001 10101011 11101 0 10010 1010110 10010 101111 1001100 101111

Color Harmonies of #D1AB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AB1D

Black with #D1AB1D

Text Example


Text Example

White with #D1AB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AB1D; }

 p { color: rgb(209,171,29); }

 H1.HeaderClassName
 {
   color: #D1AB1D;
 }
 .AnyTagClassName
 {
   color: #D1AB1D;
 }
</style>

background-color css

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

 a { background-color: rgb(209,171,29); }

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

border-color css

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

 span { border-color: rgb(209,171,29); }

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