Html Css Color HEX #D7AF18 Galliano

📋 copy color: '#D7AF18'

red 215 ◦ green 175 ◦ blue 24

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

Shades of Galliano #D7AF18

Tints of Galliano #D7AF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.8%

R = 51.93%
G = 42.27%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D7AF18 (or 0xD7AF18) is known color: Galliano. HEX triplet: D7, AF and 18. RGB value is (215,175,24). Sum of RGB (Red+Green+Blue) = 215+175+24=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AF18 is #2850E7. Grayscale: #AAAAAA. Windows color (decimal): -2642152 or 1617879. OLE color: 1617879.

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

Color convert

RGB 215 175 24 -
CMYK 0 0.19 0.89 0.16
HSL 47.43º 0.8% 0.47% -
HSV(B) 47.43º 0.89% 0.84% -
XYZ 43.52 45.17 7.29 -
YUV 169.75 45.75 160.28 -
System Red Green Blue C M Y K H S L
Decimal 215 175 24 0 0.19 0.89 0.16 47.43 0.8 0.47
Hex D7 AF 18 0 13 59 10 2F 50 2F
Octal 327 257 30 0 23 131 20 57 120 57
Binary 11010111 10101111 11000 0 10011 1011001 10000 101111 1010000 101111

Color Harmonies of #D7AF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF18

Black with #D7AF18

Text Example


Text Example

White with #D7AF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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