Html Css Color HEX #D9A91B Galliano

📋 copy color: '#D9A91B'

red 217 ◦ green 169 ◦ blue 27

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

Shades of Galliano #D9A91B

Tints of Galliano #D9A91B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.92%

 BLUE value IS 27 (10.94% from 255) = 6.54%

R = 52.54%
G = 40.92%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9A91B (or 0xD9A91B) is known color: Galliano. HEX triplet: D9, A9 and 1B. RGB value is (217,169,27). Sum of RGB (Red+Green+Blue) = 217+169+27=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A91B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A91B is #2656E4. Grayscale: #A7A7A7. Windows color (decimal): -2512613 or 1812953. OLE color: 1812953.

HSL color Cylindrical-coordinate representation of color #D9A91B: hue angle of 44.84º degrees, saturation: 0.78, 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 #D9A91B is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 27 -
CMYK 0 0.22 0.88 0.15
HSL 44.84º 0.78% 0.48% -
HSV(B) 44.84º 0.88% 0.85% -
XYZ 43 43.21 7.11 -
YUV 167.16 48.9 163.55 -
System Red Green Blue C M Y K H S L
Decimal 217 169 27 0 0.22 0.88 0.15 44.84 0.78 0.48
Hex D9 A9 1B 0 16 58 F 2D 4E 30
Octal 331 251 33 0 26 130 17 55 116 60
Binary 11011001 10101001 11011 0 10110 1011000 1111 101101 1001110 110000

Color Harmonies of #D9A91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A91B

Black with #D9A91B

Text Example


Text Example

White with #D9A91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A91B; }

 p { color: rgb(217,169,27); }

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

background-color css

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

 a { background-color: rgb(217,169,27); }

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

border-color css

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

 span { border-color: rgb(217,169,27); }

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