Html Css Color HEX #D0A811 Galliano

📋 copy color: '#D0A811'

red 208 ◦ green 168 ◦ blue 17

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

Shades of Galliano #D0A811

Tints of Galliano #D0A811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.75%

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

R = 52.93%
G = 42.75%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D0A811 (or 0xD0A811) is known color: Galliano. HEX triplet: D0, A8 and 11. RGB value is (208,168,17). Sum of RGB (Red+Green+Blue) = 208+168+17=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A811 is #2F57EE. Grayscale: #A3A3A3. Windows color (decimal): -3102703 or 1157328. OLE color: 1157328.

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

Color convert

RGB 208 168 17 -
CMYK 0 0.19 0.92 0.18
HSL 47.43º 0.85% 0.44% -
HSV(B) 47.43º 0.92% 0.82% -
XYZ 40.12 41.46 6.42 -
YUV 162.75 45.75 160.28 -
System Red Green Blue C M Y K H S L
Decimal 208 168 17 0 0.19 0.92 0.18 47.43 0.85 0.44
Hex D0 A8 11 0 13 5C 12 2F 55 2C
Octal 320 250 21 0 23 134 22 57 125 54
Binary 11010000 10101000 10001 0 10011 1011100 10010 101111 1010101 101100

Color Harmonies of #D0A811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A811

Black with #D0A811

Text Example


Text Example

White with #D0A811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A811; }

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

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

background-color css

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

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

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

border-color css

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

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

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