Html Css Color HEX #D9A91F Galliano

📋 copy color: '#D9A91F'

red 217 ◦ green 169 ◦ blue 31

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

Shades of Galliano #D9A91F

Tints of Galliano #D9A91F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.53%

 BLUE value IS 31 (12.5% from 255) = 7.43%

R = 52.04%
G = 40.53%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9A91F (or 0xD9A91F) is known color: Galliano. HEX triplet: D9, A9 and 1F. RGB value is (217,169,31). Sum of RGB (Red+Green+Blue) = 217+169+31=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A91F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A91F is #2656E0. Grayscale: #A8A8A8. Windows color (decimal): -2512609 or 2075097. OLE color: 2075097.

HSL color Cylindrical-coordinate representation of color #D9A91F: hue angle of 44.52º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9A91F is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 31 -
CMYK 0 0.22 0.86 0.15
HSL 44.52º 0.75% 0.49% -
HSV(B) 44.52º 0.86% 0.85% -
XYZ 43.05 43.23 7.37 -
YUV 167.62 50.9 163.22 -
System Red Green Blue C M Y K H S L
Decimal 217 169 31 0 0.22 0.86 0.15 44.52 0.75 0.49
Hex D9 A9 1F 0 16 56 F 2D 4B 31
Octal 331 251 37 0 26 126 17 55 113 61
Binary 11011001 10101001 11111 0 10110 1010110 1111 101101 1001011 110001

Color Harmonies of #D9A91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A91F

Black with #D9A91F

Text Example


Text Example

White with #D9A91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A91F; }

 p { color: rgb(217,169,31); }

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

background-color css

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

 a { background-color: rgb(217,169,31); }

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

border-color css

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

 span { border-color: rgb(217,169,31); }

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