Html Css Color HEX #D8AF17 Galliano

📋 copy color: '#D8AF17'

red 216 ◦ green 175 ◦ blue 23

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

Shades of Galliano #D8AF17

Tints of Galliano #D8AF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.56%

R = 52.17%
G = 42.27%
B = 5.56%

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

#D8AF17 (or 0xD8AF17) is known color: Galliano. HEX triplet: D8, AF and 17. RGB value is (216,175,23). Sum of RGB (Red+Green+Blue) = 216+175+23=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AF17 is #2750E8. Grayscale: #AAAAAA. Windows color (decimal): -2576617 or 1552344. OLE color: 1552344.

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

Color convert

RGB 216 175 23 -
CMYK 0 0.19 0.89 0.15
HSL 47.25º 0.81% 0.47% -
HSV(B) 47.25º 0.89% 0.85% -
XYZ 43.8 45.32 7.25 -
YUV 169.93 45.08 160.86 -
System Red Green Blue C M Y K H S L
Decimal 216 175 23 0 0.19 0.89 0.15 47.25 0.81 0.47
Hex D8 AF 17 0 13 59 F 2F 51 2F
Octal 330 257 27 0 23 131 17 57 121 57
Binary 11011000 10101111 10111 0 10011 1011001 1111 101111 1010001 101111

Color Harmonies of #D8AF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF17

Black with #D8AF17

Text Example


Text Example

White with #D8AF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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