Html Css Color HEX #D9AC1A Galliano

📋 copy color: '#D9AC1A'

red 217 ◦ green 172 ◦ blue 26

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

Shades of Galliano #D9AC1A

Tints of Galliano #D9AC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.27%

R = 52.29%
G = 41.45%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9AC1A (or 0xD9AC1A) is known color: Galliano. HEX triplet: D9, AC and 1A. RGB value is (217,172,26). Sum of RGB (Red+Green+Blue) = 217+172+26=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AC1A is #2653E5. Grayscale: #A9A9A9. Windows color (decimal): -2511846 or 1748185. OLE color: 1748185.

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

Color convert

RGB 217 172 26 -
CMYK 0 0.21 0.88 0.15
HSL 45.86º 0.79% 0.48% -
HSV(B) 45.86º 0.88% 0.85% -
XYZ 43.55 44.33 7.24 -
YUV 168.81 47.41 162.37 -
System Red Green Blue C M Y K H S L
Decimal 217 172 26 0 0.21 0.88 0.15 45.86 0.79 0.48
Hex D9 AC 1A 0 15 58 F 2E 4F 30
Octal 331 254 32 0 25 130 17 56 117 60
Binary 11011001 10101100 11010 0 10101 1011000 1111 101110 1001111 110000

Color Harmonies of #D9AC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC1A

Black with #D9AC1A

Text Example


Text Example

White with #D9AC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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