Html Css Color HEX #D8AC1A Galliano

📋 copy color: '#D8AC1A'

red 216 ◦ green 172 ◦ blue 26

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

Shades of Galliano #D8AC1A

Tints of Galliano #D8AC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.28%

R = 52.17%
G = 41.55%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8AC1A (or 0xD8AC1A) is known color: Galliano. HEX triplet: D8, AC and 1A. RGB value is (216,172,26). Sum of RGB (Red+Green+Blue) = 216+172+26=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AC1A is #2753E5. Grayscale: #A9A9A9. Windows color (decimal): -2577382 or 1748184. OLE color: 1748184.

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

Color convert

RGB 216 172 26 -
CMYK 0 0.20 0.88 0.15
HSL 46.11º 0.79% 0.47% -
HSV(B) 46.11º 0.88% 0.85% -
XYZ 43.26 44.18 7.22 -
YUV 168.51 47.58 161.87 -
System Red Green Blue C M Y K H S L
Decimal 216 172 26 0 0.20 0.88 0.15 46.11 0.79 0.47
Hex D8 AC 1A 0 14 58 F 2E 4F 2F
Octal 330 254 32 0 24 130 17 56 117 57
Binary 11011000 10101100 11010 0 10100 1011000 1111 101110 1001111 101111

Color Harmonies of #D8AC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC1A

Black with #D8AC1A

Text Example


Text Example

White with #D8AC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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