Html Css Color HEX #D8AF18 Galliano

📋 copy color: '#D8AF18'

red 216 ◦ green 175 ◦ blue 24

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

Shades of Galliano #D8AF18

Tints of Galliano #D8AF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.78%

R = 52.05%
G = 42.17%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D8AF18 (or 0xD8AF18) is known color: Galliano. HEX triplet: D8, AF and 18. RGB value is (216,175,24). Sum of RGB (Red+Green+Blue) = 216+175+24=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AF18 is #2750E7. Grayscale: #AAAAAA. Windows color (decimal): -2576616 or 1617880. OLE color: 1617880.

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

Color convert

RGB 216 175 24 -
CMYK 0 0.19 0.89 0.15
HSL 47.19º 0.8% 0.47% -
HSV(B) 47.19º 0.89% 0.85% -
XYZ 43.81 45.32 7.3 -
YUV 170.05 45.58 160.78 -
System Red Green Blue C M Y K H S L
Decimal 216 175 24 0 0.19 0.89 0.15 47.19 0.8 0.47
Hex D8 AF 18 0 13 59 F 2F 50 2F
Octal 330 257 30 0 23 131 17 57 120 57
Binary 11011000 10101111 11000 0 10011 1011001 1111 101111 1010000 101111

Color Harmonies of #D8AF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF18

Black with #D8AF18

Text Example


Text Example

White with #D8AF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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