Html Css Color HEX #D9A711 Galliano

📋 copy color: '#D9A711'

red 217 ◦ green 167 ◦ blue 17

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

Shades of Galliano #D9A711

Tints of Galliano #D9A711

RGB

 RED value IS 217 (85.16% from 255) = 54.11%

 GREEN value IS 167 (65.63% from 255) = 41.65%

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

R = 54.11%
G = 41.65%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D9A711 (or 0xD9A711) is known color: Galliano. HEX triplet: D9, A7 and 11. RGB value is (217,167,17). Sum of RGB (Red+Green+Blue) = 217+167+17=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A711 is #2658EE. Grayscale: #A5A5A5. Windows color (decimal): -2513135 or 1157081. OLE color: 1157081.

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

Color convert

RGB 217 167 17 -
CMYK 0 0.23 0.92 0.15
HSL 45º 0.85% 0.46% -
HSV(B) 45º 0.92% 0.85% -
XYZ 42.54 42.43 6.48 -
YUV 164.85 44.57 165.2 -
System Red Green Blue C M Y K H S L
Decimal 217 167 17 0 0.23 0.92 0.15 45 0.85 0.46
Hex D9 A7 11 0 17 5C F 2D 55 2E
Octal 331 247 21 0 27 134 17 55 125 56
Binary 11011001 10100111 10001 0 10111 1011100 1111 101101 1010101 101110

Color Harmonies of #D9A711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A711

Black with #D9A711

Text Example


Text Example

White with #D9A711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A711; }

 p { color: rgb(217,167,17); }

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

background-color css

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

 a { background-color: rgb(217,167,17); }

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

border-color css

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

 span { border-color: rgb(217,167,17); }

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