Html Css Color HEX #D7AF15 Galliano

📋 copy color: '#D7AF15'

red 215 ◦ green 175 ◦ blue 21

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

Shades of Galliano #D7AF15

Tints of Galliano #D7AF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.11%

R = 52.31%
G = 42.58%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D7AF15 (or 0xD7AF15) is known color: Galliano. HEX triplet: D7, AF and 15. RGB value is (215,175,21). Sum of RGB (Red+Green+Blue) = 215+175+21=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AF15 is #2850EA. Grayscale: #AAAAAA. Windows color (decimal): -2642155 or 1421271. OLE color: 1421271.

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

Color convert

RGB 215 175 21 -
CMYK 0 0.19 0.90 0.16
HSL 47.63º 0.82% 0.46% -
HSV(B) 47.63º 0.9% 0.84% -
XYZ 43.49 45.16 7.13 -
YUV 169.4 44.25 160.52 -
System Red Green Blue C M Y K H S L
Decimal 215 175 21 0 0.19 0.90 0.16 47.63 0.82 0.46
Hex D7 AF 15 0 13 5A 10 30 52 2E
Octal 327 257 25 0 23 132 20 60 122 56
Binary 11010111 10101111 10101 0 10011 1011010 10000 110000 1010010 101110

Color Harmonies of #D7AF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF15

Black with #D7AF15

Text Example


Text Example

White with #D7AF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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