Html Css Color HEX #D8AC24 Galliano

📋 copy color: '#D8AC24'

red 216 ◦ green 172 ◦ blue 36

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

Shades of Galliano #D8AC24

Tints of Galliano #D8AC24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.49%

R = 50.94%
G = 40.57%
B = 8.49%

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

#D8AC24 (or 0xD8AC24) is known color: Galliano. HEX triplet: D8, AC and 24. RGB value is (216,172,36). Sum of RGB (Red+Green+Blue) = 216+172+36=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AC24 is #2753DB. Grayscale: #AAAAAA. Windows color (decimal): -2577372 or 2403544. OLE color: 2403544.

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

Color convert

RGB 216 172 36 -
CMYK 0 0.20 0.83 0.15
HSL 45.33º 0.71% 0.49% -
HSV(B) 45.33º 0.83% 0.85% -
XYZ 43.39 44.23 7.92 -
YUV 169.65 52.58 161.06 -
System Red Green Blue C M Y K H S L
Decimal 216 172 36 0 0.20 0.83 0.15 45.33 0.71 0.49
Hex D8 AC 24 0 14 53 F 2D 47 31
Octal 330 254 44 0 24 123 17 55 107 61
Binary 11011000 10101100 100100 0 10100 1010011 1111 101101 1000111 110001

Color Harmonies of #D8AC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC24

Black with #D8AC24

Text Example


Text Example

White with #D8AC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC24; }

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

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

background-color css

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

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

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

border-color css

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

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

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