Html Css Color HEX #D0AB11 Galliano

📋 copy color: '#D0AB11'

red 208 ◦ green 171 ◦ blue 17

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

Shades of Galliano #D0AB11

Tints of Galliano #D0AB11

RGB

 RED value IS 208 (81.64% from 255) = 52.53%

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

 BLUE value IS 17 (7.03% from 255) = 4.29%

R = 52.53%
G = 43.18%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D0AB11 (or 0xD0AB11) is known color: Galliano. HEX triplet: D0, AB and 11. RGB value is (208,171,17). Sum of RGB (Red+Green+Blue) = 208+171+17=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AB11 is #2F54EE. Grayscale: #A5A5A5. Windows color (decimal): -3101935 or 1158096. OLE color: 1158096.

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

Color convert

RGB 208 171 17 -
CMYK 0 0.18 0.92 0.18
HSL 48.38º 0.85% 0.44% -
HSV(B) 48.38º 0.92% 0.82% -
XYZ 40.68 42.58 6.6 -
YUV 164.51 44.76 159.02 -
System Red Green Blue C M Y K H S L
Decimal 208 171 17 0 0.18 0.92 0.18 48.38 0.85 0.44
Hex D0 AB 11 0 12 5C 12 30 55 2C
Octal 320 253 21 0 22 134 22 60 125 54
Binary 11010000 10101011 10001 0 10010 1011100 10010 110000 1010101 101100

Color Harmonies of #D0AB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB11

Black with #D0AB11

Text Example


Text Example

White with #D0AB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB11; }

 p { color: rgb(208,171,17); }

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

background-color css

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

 a { background-color: rgb(208,171,17); }

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

border-color css

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

 span { border-color: rgb(208,171,17); }

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