Html Css Color HEX #D7AF13 Galliano

📋 copy color: '#D7AF13'

red 215 ◦ green 175 ◦ blue 19

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

Shades of Galliano #D7AF13

Tints of Galliano #D7AF13

RGB

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

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

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

R = 52.57%
G = 42.79%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D7AF13 (or 0xD7AF13) is known color: Galliano. HEX triplet: D7, AF and 13. RGB value is (215,175,19). Sum of RGB (Red+Green+Blue) = 215+175+19=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AF13 is #2850EC. Grayscale: #A9A9A9. Windows color (decimal): -2642157 or 1290199. OLE color: 1290199.

HSL color Cylindrical-coordinate representation of color #D7AF13: hue angle of 47.76º 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 #D7AF13 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 175 19 -
CMYK 0 0.19 0.91 0.16
HSL 47.76º 0.84% 0.46% -
HSV(B) 47.76º 0.91% 0.84% -
XYZ 43.47 45.15 7.04 -
YUV 169.18 43.25 160.68 -
System Red Green Blue C M Y K H S L
Decimal 215 175 19 0 0.19 0.91 0.16 47.76 0.84 0.46
Hex D7 AF 13 0 13 5B 10 30 54 2E
Octal 327 257 23 0 23 133 20 60 124 56
Binary 11010111 10101111 10011 0 10011 1011011 10000 110000 1010100 101110

Color Harmonies of #D7AF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF13

Black with #D7AF13

Text Example


Text Example

White with #D7AF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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