Html Css Color HEX #D7AF12 Galliano

📋 copy color: '#D7AF12'

red 215 ◦ green 175 ◦ blue 18

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

Shades of Galliano #D7AF12

Tints of Galliano #D7AF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.41%

R = 52.7%
G = 42.89%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D7AF12 (or 0xD7AF12) is known color: Galliano. HEX triplet: D7, AF and 12. RGB value is (215,175,18). Sum of RGB (Red+Green+Blue) = 215+175+18=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AF12 is #2850ED. Grayscale: #A9A9A9. Windows color (decimal): -2642158 or 1224663. OLE color: 1224663.

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

Color convert

RGB 215 175 18 -
CMYK 0 0.19 0.92 0.16
HSL 47.82º 0.85% 0.46% -
HSV(B) 47.82º 0.92% 0.84% -
XYZ 43.46 45.15 7 -
YUV 169.06 42.75 160.77 -
System Red Green Blue C M Y K H S L
Decimal 215 175 18 0 0.19 0.92 0.16 47.82 0.85 0.46
Hex D7 AF 12 0 13 5C 10 30 55 2E
Octal 327 257 22 0 23 134 20 60 125 56
Binary 11010111 10101111 10010 0 10011 1011100 10000 110000 1010101 101110

Color Harmonies of #D7AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF12

Black with #D7AF12

Text Example


Text Example

White with #D7AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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