Html Css Color HEX #D8AC0F Galliano

📋 copy color: '#D8AC0F'

red 216 ◦ green 172 ◦ blue 15

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

Shades of Galliano #D8AC0F

Tints of Galliano #D8AC0F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.68%

 BLUE value IS 15 (6.25% from 255) = 3.72%

R = 53.6%
G = 42.68%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8AC0F (or 0xD8AC0F) is known color: Galliano. HEX triplet: D8, AC and 0F. RGB value is (216,172,15). Sum of RGB (Red+Green+Blue) = 216+172+15=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AC0F is #2753F0. Grayscale: #A7A7A7. Windows color (decimal): -2577393 or 1027288. OLE color: 1027288.

HSL color Cylindrical-coordinate representation of color #D8AC0F: hue angle of 46.87º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8AC0F is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 15 -
CMYK 0 0.20 0.93 0.15
HSL 46.87º 0.87% 0.45% -
HSV(B) 46.87º 0.93% 0.85% -
XYZ 43.16 44.14 6.7 -
YUV 167.26 42.08 162.77 -
System Red Green Blue C M Y K H S L
Decimal 216 172 15 0 0.20 0.93 0.15 46.87 0.87 0.45
Hex D8 AC F 0 14 5D F 2F 57 2D
Octal 330 254 17 0 24 135 17 57 127 55
Binary 11011000 10101100 1111 0 10100 1011101 1111 101111 1010111 101101

Color Harmonies of #D8AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC0F

Black with #D8AC0F

Text Example


Text Example

White with #D8AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC0F; }

 p { color: rgb(216,172,15); }

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

background-color css

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

 a { background-color: rgb(216,172,15); }

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

border-color css

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

 span { border-color: rgb(216,172,15); }

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