Html Css Color HEX #D9A01F Galliano

📋 copy color: '#D9A01F'

red 217 ◦ green 160 ◦ blue 31

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

Shades of Galliano #D9A01F

Tints of Galliano #D9A01F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.22%

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

R = 53.19%
G = 39.22%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9A01F (or 0xD9A01F) is known color: Galliano. HEX triplet: D9, A0 and 1F. RGB value is (217,160,31). Sum of RGB (Red+Green+Blue) = 217+160+31=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A01F is #265FE0. Grayscale: #A2A2A2. Windows color (decimal): -2514913 or 2072793. OLE color: 2072793.

HSL color Cylindrical-coordinate representation of color #D9A01F: hue angle of 41.61º 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 #D9A01F is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 160 31 -
CMYK 0 0.26 0.86 0.15
HSL 41.61º 0.75% 0.49% -
HSV(B) 41.61º 0.86% 0.85% -
XYZ 41.43 39.99 6.83 -
YUV 162.34 53.88 166.99 -
System Red Green Blue C M Y K H S L
Decimal 217 160 31 0 0.26 0.86 0.15 41.61 0.75 0.49
Hex D9 A0 1F 0 1A 56 F 2A 4B 31
Octal 331 240 37 0 32 126 17 52 113 61
Binary 11011001 10100000 11111 0 11010 1010110 1111 101010 1001011 110001

Color Harmonies of #D9A01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A01F

Black with #D9A01F

Text Example


Text Example

White with #D9A01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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