Html Css Color HEX #D0A011 Galliano

📋 copy color: '#D0A011'

red 208 ◦ green 160 ◦ blue 17

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

Shades of Galliano #D0A011

Tints of Galliano #D0A011

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.56%

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

R = 54.03%
G = 41.56%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D0A011 (or 0xD0A011) is known color: Galliano. HEX triplet: D0, A0 and 11. RGB value is (208,160,17). Sum of RGB (Red+Green+Blue) = 208+160+17=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A011 is #2F5FEE. Grayscale: #9E9E9E. Windows color (decimal): -3104751 or 1155280. OLE color: 1155280.

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

Color convert

RGB 208 160 17 -
CMYK 0 0.23 0.92 0.18
HSL 44.92º 0.85% 0.44% -
HSV(B) 44.92º 0.92% 0.82% -
XYZ 38.68 38.59 5.94 -
YUV 158.05 48.4 163.63 -
System Red Green Blue C M Y K H S L
Decimal 208 160 17 0 0.23 0.92 0.18 44.92 0.85 0.44
Hex D0 A0 11 0 17 5C 12 2D 55 2C
Octal 320 240 21 0 27 134 22 55 125 54
Binary 11010000 10100000 10001 0 10111 1011100 10010 101101 1010101 101100

Color Harmonies of #D0A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A011

Black with #D0A011

Text Example


Text Example

White with #D0A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A011; }

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

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

background-color css

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

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

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

border-color css

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

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

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