Html Css Color HEX #D8A91E Galliano

📋 copy color: '#D8A91E'

red 216 ◦ green 169 ◦ blue 30

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

Shades of Galliano #D8A91E

Tints of Galliano #D8A91E

RGB

 RED value IS 216 (84.77% from 255) = 52.05%

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

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

R = 52.05%
G = 40.72%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8A91E (or 0xD8A91E) is known color: Galliano. HEX triplet: D8, A9 and 1E. RGB value is (216,169,30). Sum of RGB (Red+Green+Blue) = 216+169+30=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A91E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A91E is #2756E1. Grayscale: #A7A7A7. Windows color (decimal): -2578146 or 2009560. OLE color: 2009560.

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

Color convert

RGB 216 169 30 -
CMYK 0 0.22 0.86 0.15
HSL 44.84º 0.76% 0.48% -
HSV(B) 44.84º 0.86% 0.85% -
XYZ 42.74 43.07 7.29 -
YUV 167.21 50.57 162.8 -
System Red Green Blue C M Y K H S L
Decimal 216 169 30 0 0.22 0.86 0.15 44.84 0.76 0.48
Hex D8 A9 1E 0 16 56 F 2D 4C 30
Octal 330 251 36 0 26 126 17 55 114 60
Binary 11011000 10101001 11110 0 10110 1010110 1111 101101 1001100 110000

Color Harmonies of #D8A91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A91E

Black with #D8A91E

Text Example


Text Example

White with #D8A91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A91E; }

 p { color: rgb(216,169,30); }

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

background-color css

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

 a { background-color: rgb(216,169,30); }

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

border-color css

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

 span { border-color: rgb(216,169,30); }

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