Html Css Color HEX #D9AD1E Galliano

📋 copy color: '#D9AD1E'

red 217 ◦ green 173 ◦ blue 30

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

Shades of Galliano #D9AD1E

Tints of Galliano #D9AD1E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.19%

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

R = 51.67%
G = 41.19%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9AD1E (or 0xD9AD1E) is known color: Galliano. HEX triplet: D9, AD and 1E. RGB value is (217,173,30). Sum of RGB (Red+Green+Blue) = 217+173+30=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AD1E is #2652E1. Grayscale: #AAAAAA. Windows color (decimal): -2511586 or 2010585. OLE color: 2010585.

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

Color convert

RGB 217 173 30 -
CMYK 0 0.20 0.86 0.15
HSL 45.88º 0.76% 0.48% -
HSV(B) 45.88º 0.86% 0.85% -
XYZ 43.79 44.73 7.55 -
YUV 169.85 49.08 161.63 -
System Red Green Blue C M Y K H S L
Decimal 217 173 30 0 0.20 0.86 0.15 45.88 0.76 0.48
Hex D9 AD 1E 0 14 56 F 2E 4C 30
Octal 331 255 36 0 24 126 17 56 114 60
Binary 11011001 10101101 11110 0 10100 1010110 1111 101110 1001100 110000

Color Harmonies of #D9AD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD1E

Black with #D9AD1E

Text Example


Text Example

White with #D9AD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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