Html Css Color HEX #D8AC0D Galliano

📋 copy color: '#D8AC0D'

red 216 ◦ green 172 ◦ blue 13

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

Shades of Galliano #D8AC0D

Tints of Galliano #D8AC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.24%

R = 53.87%
G = 42.89%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8AC0D (or 0xD8AC0D) is known color: Galliano. HEX triplet: D8, AC and 0D. RGB value is (216,172,13). Sum of RGB (Red+Green+Blue) = 216+172+13=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AC0D is #2753F2. Grayscale: #A7A7A7. Windows color (decimal): -2577395 or 896216. OLE color: 896216.

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

Color convert

RGB 216 172 13 -
CMYK 0 0.20 0.94 0.15
HSL 47º 0.89% 0.45% -
HSV(B) 47º 0.94% 0.85% -
XYZ 43.14 44.13 6.63 -
YUV 167.03 41.08 162.93 -
System Red Green Blue C M Y K H S L
Decimal 216 172 13 0 0.20 0.94 0.15 47 0.89 0.45
Hex D8 AC D 0 14 5E F 2F 59 2D
Octal 330 254 15 0 24 136 17 57 131 55
Binary 11011000 10101100 1101 0 10100 1011110 1111 101111 1011001 101101

Color Harmonies of #D8AC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC0D

Black with #D8AC0D

Text Example


Text Example

White with #D8AC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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