Html Css Color HEX #D0A611 Galliano

📋 copy color: '#D0A611'

red 208 ◦ green 166 ◦ blue 17

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

Shades of Galliano #D0A611

Tints of Galliano #D0A611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.46%

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

R = 53.2%
G = 42.46%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D0A611 (or 0xD0A611) is known color: Galliano. HEX triplet: D0, A6 and 11. RGB value is (208,166,17). Sum of RGB (Red+Green+Blue) = 208+166+17=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A611 is #2F59EE. Grayscale: #A2A2A2. Windows color (decimal): -3103215 or 1156816. OLE color: 1156816.

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

Color convert

RGB 208 166 17 -
CMYK 0 0.20 0.92 0.18
HSL 46.81º 0.85% 0.44% -
HSV(B) 46.81º 0.92% 0.82% -
XYZ 39.75 40.72 6.3 -
YUV 161.57 46.41 161.12 -
System Red Green Blue C M Y K H S L
Decimal 208 166 17 0 0.20 0.92 0.18 46.81 0.85 0.44
Hex D0 A6 11 0 14 5C 12 2F 55 2C
Octal 320 246 21 0 24 134 22 57 125 54
Binary 11010000 10100110 10001 0 10100 1011100 10010 101111 1010101 101100

Color Harmonies of #D0A611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A611

Black with #D0A611

Text Example


Text Example

White with #D0A611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A611; }

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

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

background-color css

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

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

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

border-color css

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

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

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