Html Css Color HEX #D9A71E Galliano

📋 copy color: '#D9A71E'

red 217 ◦ green 167 ◦ blue 30

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

Shades of Galliano #D9A71E

Tints of Galliano #D9A71E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.34%

 BLUE value IS 30 (12.11% from 255) = 7.25%

R = 52.42%
G = 40.34%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9A71E (or 0xD9A71E) is known color: Galliano. HEX triplet: D9, A7 and 1E. RGB value is (217,167,30). Sum of RGB (Red+Green+Blue) = 217+167+30=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A71E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A71E is #2658E1. Grayscale: #A6A6A6. Windows color (decimal): -2513122 or 2009049. OLE color: 2009049.

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

Color convert

RGB 217 167 30 -
CMYK 0 0.23 0.86 0.15
HSL 43.96º 0.76% 0.48% -
HSV(B) 43.96º 0.86% 0.85% -
XYZ 42.67 42.48 7.18 -
YUV 166.33 51.07 164.14 -
System Red Green Blue C M Y K H S L
Decimal 217 167 30 0 0.23 0.86 0.15 43.96 0.76 0.48
Hex D9 A7 1E 0 17 56 F 2C 4C 30
Octal 331 247 36 0 27 126 17 54 114 60
Binary 11011001 10100111 11110 0 10111 1010110 1111 101100 1001100 110000

Color Harmonies of #D9A71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A71E

Black with #D9A71E

Text Example


Text Example

White with #D9A71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A71E; }

 p { color: rgb(217,167,30); }

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

background-color css

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

 a { background-color: rgb(217,167,30); }

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

border-color css

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

 span { border-color: rgb(217,167,30); }

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