Html Css Color HEX #D7AD13 Galliano

📋 copy color: '#D7AD13'

red 215 ◦ green 173 ◦ blue 19

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

Shades of Galliano #D7AD13

Tints of Galliano #D7AD13

RGB

 RED value IS 215 (84.38% from 255) = 52.83%

 GREEN value IS 173 (67.97% from 255) = 42.51%

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

R = 52.83%
G = 42.51%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D7AD13 (or 0xD7AD13) is known color: Galliano. HEX triplet: D7, AD and 13. RGB value is (215,173,19). Sum of RGB (Red+Green+Blue) = 215+173+19=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AD13 is #2852EC. Grayscale: #A8A8A8. Windows color (decimal): -2642669 or 1289687. OLE color: 1289687.

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

Color convert

RGB 215 173 19 -
CMYK 0 0.20 0.91 0.16
HSL 47.14º 0.84% 0.46% -
HSV(B) 47.14º 0.91% 0.84% -
XYZ 43.09 44.38 6.91 -
YUV 168 43.91 161.52 -
System Red Green Blue C M Y K H S L
Decimal 215 173 19 0 0.20 0.91 0.16 47.14 0.84 0.46
Hex D7 AD 13 0 14 5B 10 2F 54 2E
Octal 327 255 23 0 24 133 20 57 124 56
Binary 11010111 10101101 10011 0 10100 1011011 10000 101111 1010100 101110

Color Harmonies of #D7AD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD13

Black with #D7AD13

Text Example


Text Example

White with #D7AD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD13; }

 p { color: rgb(215,173,19); }

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

background-color css

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

 a { background-color: rgb(215,173,19); }

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

border-color css

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

 span { border-color: rgb(215,173,19); }

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