Html Css Color HEX #D8A713 Galliano

📋 copy color: '#D8A713'

red 216 ◦ green 167 ◦ blue 19

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

Shades of Galliano #D8A713

Tints of Galliano #D8A713

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.54%

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 53.73%
G = 41.54%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D8A713 (or 0xD8A713) is known color: Galliano. HEX triplet: D8, A7 and 13. RGB value is (216,167,19). Sum of RGB (Red+Green+Blue) = 216+167+19=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A713 is #2758EC. Grayscale: #A5A5A5. Windows color (decimal): -2578669 or 1288152. OLE color: 1288152.

HSL color Cylindrical-coordinate representation of color #D8A713: hue angle of 45.08º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8A713 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 167 19 -
CMYK 0 0.23 0.91 0.15
HSL 45.08º 0.84% 0.46% -
HSV(B) 45.08º 0.91% 0.85% -
XYZ 42.26 42.28 6.55 -
YUV 164.78 45.73 164.53 -
System Red Green Blue C M Y K H S L
Decimal 216 167 19 0 0.23 0.91 0.15 45.08 0.84 0.46
Hex D8 A7 13 0 17 5B F 2D 54 2E
Octal 330 247 23 0 27 133 17 55 124 56
Binary 11011000 10100111 10011 0 10111 1011011 1111 101101 1010100 101110

Color Harmonies of #D8A713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A713

Black with #D8A713

Text Example


Text Example

White with #D8A713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A713; }

 p { color: rgb(216,167,19); }

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

background-color css

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

 a { background-color: rgb(216,167,19); }

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

border-color css

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

 span { border-color: rgb(216,167,19); }

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