Html Css Color HEX #D7AC18 Galliano

📋 copy color: '#D7AC18'

red 215 ◦ green 172 ◦ blue 24

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

Shades of Galliano #D7AC18

Tints of Galliano #D7AC18

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

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

R = 52.31%
G = 41.85%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D7AC18 (or 0xD7AC18) is known color: Galliano. HEX triplet: D7, AC and 18. RGB value is (215,172,24). Sum of RGB (Red+Green+Blue) = 215+172+24=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AC18 is #2853E7. Grayscale: #A8A8A8. Windows color (decimal): -2642920 or 1617111. OLE color: 1617111.

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

Color convert

RGB 215 172 24 -
CMYK 0 0.2 0.89 0.16
HSL 46.49º 0.8% 0.47% -
HSV(B) 46.49º 0.89% 0.84% -
XYZ 42.94 44.02 7.1 -
YUV 167.99 46.75 161.53 -
System Red Green Blue C M Y K H S L
Decimal 215 172 24 0 0.2 0.89 0.16 46.49 0.8 0.47
Hex D7 AC 18 0 14 59 10 2E 50 2F
Octal 327 254 30 0 24 131 20 56 120 57
Binary 11010111 10101100 11000 0 10100 1011001 10000 101110 1010000 101111

Color Harmonies of #D7AC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AC18

Black with #D7AC18

Text Example


Text Example

White with #D7AC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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