Html Css Color HEX #D8AF14 Galliano

📋 copy color: '#D8AF14'

red 216 ◦ green 175 ◦ blue 20

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

Shades of Galliano #D8AF14

Tints of Galliano #D8AF14

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

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

R = 52.55%
G = 42.58%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D8AF14 (or 0xD8AF14) is known color: Galliano. HEX triplet: D8, AF and 14. RGB value is (216,175,20). Sum of RGB (Red+Green+Blue) = 216+175+20=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AF14 is #2750EB. Grayscale: #AAAAAA. Windows color (decimal): -2576620 or 1355736. OLE color: 1355736.

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

Color convert

RGB 216 175 20 -
CMYK 0 0.19 0.91 0.15
HSL 47.45º 0.83% 0.46% -
HSV(B) 47.45º 0.91% 0.85% -
XYZ 43.78 45.31 7.1 -
YUV 169.59 43.58 161.1 -
System Red Green Blue C M Y K H S L
Decimal 216 175 20 0 0.19 0.91 0.15 47.45 0.83 0.46
Hex D8 AF 14 0 13 5B F 2F 53 2E
Octal 330 257 24 0 23 133 17 57 123 56
Binary 11011000 10101111 10100 0 10011 1011011 1111 101111 1010011 101110

Color Harmonies of #D8AF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF14

Black with #D8AF14

Text Example


Text Example

White with #D8AF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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