Html Css Color HEX #D8AF19 Galliano

📋 copy color: '#D8AF19'

red 216 ◦ green 175 ◦ blue 25

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

Shades of Galliano #D8AF19

Tints of Galliano #D8AF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.01%

R = 51.92%
G = 42.07%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8AF19 (or 0xD8AF19) is known color: Galliano. HEX triplet: D8, AF and 19. RGB value is (216,175,25). Sum of RGB (Red+Green+Blue) = 216+175+25=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AF19 is #2750E6. Grayscale: #AAAAAA. Windows color (decimal): -2576615 or 1683416. OLE color: 1683416.

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

Color convert

RGB 216 175 25 -
CMYK 0 0.19 0.88 0.15
HSL 47.12º 0.79% 0.47% -
HSV(B) 47.12º 0.88% 0.85% -
XYZ 43.82 45.33 7.36 -
YUV 170.16 46.08 160.7 -
System Red Green Blue C M Y K H S L
Decimal 216 175 25 0 0.19 0.88 0.15 47.12 0.79 0.47
Hex D8 AF 19 0 13 58 F 2F 4F 2F
Octal 330 257 31 0 23 130 17 57 117 57
Binary 11011000 10101111 11001 0 10011 1011000 1111 101111 1001111 101111

Color Harmonies of #D8AF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF19

Black with #D8AF19

Text Example


Text Example

White with #D8AF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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