Html Css Color HEX #D8A115 Galliano

📋 copy color: '#D8A115'

red 216 ◦ green 161 ◦ blue 21

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

Shades of Galliano #D8A115

Tints of Galliano #D8A115

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.45%

 BLUE value IS 21 (8.59% from 255) = 5.28%

R = 54.27%
G = 40.45%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8A115 (or 0xD8A115) is known color: Galliano. HEX triplet: D8, A1 and 15. RGB value is (216,161,21). Sum of RGB (Red+Green+Blue) = 216+161+21=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A115 is #275EEA. Grayscale: #A2A2A2. Windows color (decimal): -2580203 or 1417688. OLE color: 1417688.

HSL color Cylindrical-coordinate representation of color #D8A115: hue angle of 43.08º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8A115 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 161 21 -
CMYK 0 0.25 0.90 0.15
HSL 43.08º 0.82% 0.46% -
HSV(B) 43.08º 0.9% 0.85% -
XYZ 41.2 40.14 6.29 -
YUV 161.49 48.72 166.88 -
System Red Green Blue C M Y K H S L
Decimal 216 161 21 0 0.25 0.90 0.15 43.08 0.82 0.46
Hex D8 A1 15 0 19 5A F 2B 52 2E
Octal 330 241 25 0 31 132 17 53 122 56
Binary 11011000 10100001 10101 0 11001 1011010 1111 101011 1010010 101110

Color Harmonies of #D8A115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A115

Black with #D8A115

Text Example


Text Example

White with #D8A115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A115; }

 p { color: rgb(216,161,21); }

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

background-color css

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

 a { background-color: rgb(216,161,21); }

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

border-color css

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

 span { border-color: rgb(216,161,21); }

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