Html Css Color HEX #D9AC1E Galliano

📋 copy color: '#D9AC1E'

red 217 ◦ green 172 ◦ blue 30

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

Shades of Galliano #D9AC1E

Tints of Galliano #D9AC1E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.05%

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

R = 51.79%
G = 41.05%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9AC1E (or 0xD9AC1E) is known color: Galliano. HEX triplet: D9, AC and 1E. RGB value is (217,172,30). Sum of RGB (Red+Green+Blue) = 217+172+30=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AC1E is #2653E1. Grayscale: #A9A9A9. Windows color (decimal): -2511842 or 2010329. OLE color: 2010329.

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

Color convert

RGB 217 172 30 -
CMYK 0 0.21 0.86 0.15
HSL 45.56º 0.76% 0.48% -
HSV(B) 45.56º 0.86% 0.85% -
XYZ 43.6 44.35 7.49 -
YUV 169.27 49.41 162.05 -
System Red Green Blue C M Y K H S L
Decimal 217 172 30 0 0.21 0.86 0.15 45.56 0.76 0.48
Hex D9 AC 1E 0 15 56 F 2E 4C 30
Octal 331 254 36 0 25 126 17 56 114 60
Binary 11011001 10101100 11110 0 10101 1010110 1111 101110 1001100 110000

Color Harmonies of #D9AC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC1E

Black with #D9AC1E

Text Example


Text Example

White with #D9AC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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