Html Css Color HEX #D7AD18 Galliano

📋 copy color: '#D7AD18'

red 215 ◦ green 173 ◦ blue 24

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

Shades of Galliano #D7AD18

Tints of Galliano #D7AD18

RGB

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

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

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

R = 52.18%
G = 41.99%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D7AD18 (or 0xD7AD18) is known color: Galliano. HEX triplet: D7, AD and 18. RGB value is (215,173,24). Sum of RGB (Red+Green+Blue) = 215+173+24=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AD18 is #2852E7. Grayscale: #A9A9A9. Windows color (decimal): -2642664 or 1617367. OLE color: 1617367.

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

Color convert

RGB 215 173 24 -
CMYK 0 0.20 0.89 0.16
HSL 46.81º 0.8% 0.47% -
HSV(B) 46.81º 0.89% 0.84% -
XYZ 43.13 44.4 7.16 -
YUV 168.57 46.41 161.12 -
System Red Green Blue C M Y K H S L
Decimal 215 173 24 0 0.20 0.89 0.16 46.81 0.8 0.47
Hex D7 AD 18 0 14 59 10 2F 50 2F
Octal 327 255 30 0 24 131 20 57 120 57
Binary 11010111 10101101 11000 0 10100 1011001 10000 101111 1010000 101111

Color Harmonies of #D7AD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD18

Black with #D7AD18

Text Example


Text Example

White with #D7AD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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