Html Css Color HEX #D9A61F Galliano

📋 copy color: '#D9A61F'

red 217 ◦ green 166 ◦ blue 31

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

Shades of Galliano #D9A61F

Tints of Galliano #D9A61F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.1%

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

R = 52.42%
G = 40.1%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9A61F (or 0xD9A61F) is known color: Galliano. HEX triplet: D9, A6 and 1F. RGB value is (217,166,31). Sum of RGB (Red+Green+Blue) = 217+166+31=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A61F is #2659E0. Grayscale: #A6A6A6. Windows color (decimal): -2513377 or 2074329. OLE color: 2074329.

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

Color convert

RGB 217 166 31 -
CMYK 0 0.24 0.86 0.15
HSL 43.55º 0.75% 0.49% -
HSV(B) 43.55º 0.86% 0.85% -
XYZ 42.5 42.12 7.19 -
YUV 165.86 51.9 164.48 -
System Red Green Blue C M Y K H S L
Decimal 217 166 31 0 0.24 0.86 0.15 43.55 0.75 0.49
Hex D9 A6 1F 0 18 56 F 2C 4B 31
Octal 331 246 37 0 30 126 17 54 113 61
Binary 11011001 10100110 11111 0 11000 1010110 1111 101100 1001011 110001

Color Harmonies of #D9A61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A61F

Black with #D9A61F

Text Example


Text Example

White with #D9A61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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