Html Css Color HEX #D9A41E Galliano

📋 copy color: '#D9A41E'

red 217 ◦ green 164 ◦ blue 30

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

Shades of Galliano #D9A41E

Tints of Galliano #D9A41E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.9%

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

R = 52.8%
G = 39.9%
B = 7.3%

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

#D9A41E (or 0xD9A41E) is known color: Galliano. HEX triplet: D9, A4 and 1E. RGB value is (217,164,30). Sum of RGB (Red+Green+Blue) = 217+164+30=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A41E is #265BE1. Grayscale: #A5A5A5. Windows color (decimal): -2513890 or 2008281. OLE color: 2008281.

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

Color convert

RGB 217 164 30 -
CMYK 0 0.24 0.86 0.15
HSL 42.99º 0.76% 0.48% -
HSV(B) 42.99º 0.86% 0.85% -
XYZ 42.13 41.4 7 -
YUV 164.57 52.06 165.4 -
System Red Green Blue C M Y K H S L
Decimal 217 164 30 0 0.24 0.86 0.15 42.99 0.76 0.48
Hex D9 A4 1E 0 18 56 F 2B 4C 30
Octal 331 244 36 0 30 126 17 53 114 60
Binary 11011001 10100100 11110 0 11000 1010110 1111 101011 1001100 110000

Color Harmonies of #D9A41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A41E

Black with #D9A41E

Text Example


Text Example

White with #D9A41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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