Html Css Color HEX #D8AC25 Galliano

📋 copy color: '#D8AC25'

red 216 ◦ green 172 ◦ blue 37

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

Shades of Galliano #D8AC25

Tints of Galliano #D8AC25

RGB

 RED value IS 216 (84.77% from 255) = 50.82%

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

 BLUE value IS 37 (14.84% from 255) = 8.71%

R = 50.82%
G = 40.47%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D8AC25 (or 0xD8AC25) is known color: Galliano. HEX triplet: D8, AC and 25. RGB value is (216,172,37). Sum of RGB (Red+Green+Blue) = 216+172+37=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AC25 is #2753DA. Grayscale: #AAAAAA. Windows color (decimal): -2577371 or 2469080. OLE color: 2469080.

HSL color Cylindrical-coordinate representation of color #D8AC25: hue angle of 45.25º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8AC25 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 37 -
CMYK 0 0.20 0.83 0.15
HSL 45.25º 0.71% 0.5% -
HSV(B) 45.25º 0.83% 0.85% -
XYZ 43.41 44.24 8 -
YUV 169.77 53.08 160.98 -
System Red Green Blue C M Y K H S L
Decimal 216 172 37 0 0.20 0.83 0.15 45.25 0.71 0.5
Hex D8 AC 25 0 14 53 F 2D 47 32
Octal 330 254 45 0 24 123 17 55 107 62
Binary 11011000 10101100 100101 0 10100 1010011 1111 101101 1000111 110010

Color Harmonies of #D8AC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC25

Black with #D8AC25

Text Example


Text Example

White with #D8AC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC25; }

 p { color: rgb(216,172,37); }

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

background-color css

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

 a { background-color: rgb(216,172,37); }

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

border-color css

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

 span { border-color: rgb(216,172,37); }

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