Html Css Color HEX #D9AB13 Galliano

📋 copy color: '#D9AB13'

red 217 ◦ green 171 ◦ blue 19

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

Shades of Galliano #D9AB13

Tints of Galliano #D9AB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.67%

R = 53.32%
G = 42.01%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D9AB13 (or 0xD9AB13) is known color: Galliano. HEX triplet: D9, AB and 13. RGB value is (217,171,19). Sum of RGB (Red+Green+Blue) = 217+171+19=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AB13 is #2654EC. Grayscale: #A8A8A8. Windows color (decimal): -2512109 or 1289177. OLE color: 1289177.

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

Color convert

RGB 217 171 19 -
CMYK 0 0.21 0.91 0.15
HSL 46.06º 0.84% 0.46% -
HSV(B) 46.06º 0.91% 0.85% -
XYZ 43.3 43.92 6.81 -
YUV 167.43 44.24 163.36 -
System Red Green Blue C M Y K H S L
Decimal 217 171 19 0 0.21 0.91 0.15 46.06 0.84 0.46
Hex D9 AB 13 0 15 5B F 2E 54 2E
Octal 331 253 23 0 25 133 17 56 124 56
Binary 11011001 10101011 10011 0 10101 1011011 1111 101110 1010100 101110

Color Harmonies of #D9AB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB13

Black with #D9AB13

Text Example


Text Example

White with #D9AB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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