Html Css Color HEX #D8A914 Galliano

📋 copy color: '#D8A914'

red 216 ◦ green 169 ◦ blue 20

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

Shades of Galliano #D8A914

Tints of Galliano #D8A914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.94%

R = 53.33%
G = 41.73%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D8A914 (or 0xD8A914) is known color: Galliano. HEX triplet: D8, A9 and 14. RGB value is (216,169,20). Sum of RGB (Red+Green+Blue) = 216+169+20=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A914 is #2756EB. Grayscale: #A6A6A6. Windows color (decimal): -2578156 or 1354200. OLE color: 1354200.

HSL color Cylindrical-coordinate representation of color #D8A914: hue angle of 45.61º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8A914 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 169 20 -
CMYK 0 0.22 0.91 0.15
HSL 45.61º 0.83% 0.46% -
HSV(B) 45.61º 0.91% 0.85% -
XYZ 42.63 43.03 6.72 -
YUV 166.07 45.57 163.62 -
System Red Green Blue C M Y K H S L
Decimal 216 169 20 0 0.22 0.91 0.15 45.61 0.83 0.46
Hex D8 A9 14 0 16 5B F 2E 53 2E
Octal 330 251 24 0 26 133 17 56 123 56
Binary 11011000 10101001 10100 0 10110 1011011 1111 101110 1010011 101110

Color Harmonies of #D8A914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A914

Black with #D8A914

Text Example


Text Example

White with #D8A914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A914; }

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

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

background-color css

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

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

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

border-color css

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

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

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