Html Css Color HEX #D0AA11 Galliano

📋 copy color: '#D0AA11'

red 208 ◦ green 170 ◦ blue 17

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

Shades of Galliano #D0AA11

Tints of Galliano #D0AA11

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.04%

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

R = 52.66%
G = 43.04%
B = 4.3%

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

#D0AA11 (or 0xD0AA11) is known color: Galliano. HEX triplet: D0, AA and 11. RGB value is (208,170,17). Sum of RGB (Red+Green+Blue) = 208+170+17=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AA11 is #2F55EE. Grayscale: #A4A4A4. Windows color (decimal): -3102191 or 1157840. OLE color: 1157840.

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

Color convert

RGB 208 170 17 -
CMYK 0 0.18 0.92 0.18
HSL 48.06º 0.85% 0.44% -
HSV(B) 48.06º 0.92% 0.82% -
XYZ 40.49 42.2 6.54 -
YUV 163.92 45.09 159.44 -
System Red Green Blue C M Y K H S L
Decimal 208 170 17 0 0.18 0.92 0.18 48.06 0.85 0.44
Hex D0 AA 11 0 12 5C 12 30 55 2C
Octal 320 252 21 0 22 134 22 60 125 54
Binary 11010000 10101010 10001 0 10010 1011100 10010 110000 1010101 101100

Color Harmonies of #D0AA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA11

Black with #D0AA11

Text Example


Text Example

White with #D0AA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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