Html Css Color HEX #D9AB0E Galliano

📋 copy color: '#D9AB0E'

red 217 ◦ green 171 ◦ blue 14

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

Shades of Galliano #D9AB0E

Tints of Galliano #D9AB0E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.54%

 BLUE value IS 14 (5.86% from 255) = 3.48%

R = 53.98%
G = 42.54%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9AB0E (or 0xD9AB0E) is known color: Galliano. HEX triplet: D9, AB and 0E. RGB value is (217,171,14). Sum of RGB (Red+Green+Blue) = 217+171+14=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AB0E is #2654F1. Grayscale: #A7A7A7. Windows color (decimal): -2512114 or 961497. OLE color: 961497.

HSL color Cylindrical-coordinate representation of color #D9AB0E: hue angle of 46.4º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9AB0E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 171 14 -
CMYK 0 0.21 0.94 0.15
HSL 46.4º 0.88% 0.45% -
HSV(B) 46.4º 0.94% 0.85% -
XYZ 43.26 43.91 6.61 -
YUV 166.86 41.74 163.77 -
System Red Green Blue C M Y K H S L
Decimal 217 171 14 0 0.21 0.94 0.15 46.4 0.88 0.45
Hex D9 AB E 0 15 5E F 2E 58 2D
Octal 331 253 16 0 25 136 17 56 130 55
Binary 11011001 10101011 1110 0 10101 1011110 1111 101110 1011000 101101

Color Harmonies of #D9AB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB0E

Black with #D9AB0E

Text Example


Text Example

White with #D9AB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB0E; }

 p { color: rgb(217,171,14); }

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

background-color css

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

 a { background-color: rgb(217,171,14); }

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

border-color css

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

 span { border-color: rgb(217,171,14); }

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