Html Css Color HEX #D8A515 Galliano

📋 copy color: '#D8A515'

red 216 ◦ green 165 ◦ blue 21

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

Shades of Galliano #D8A515

Tints of Galliano #D8A515

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.04%

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

R = 53.73%
G = 41.04%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8A515 (or 0xD8A515) is known color: Galliano. HEX triplet: D8, A5 and 15. RGB value is (216,165,21). Sum of RGB (Red+Green+Blue) = 216+165+21=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A515 is #275AEA. Grayscale: #A4A4A4. Windows color (decimal): -2579179 or 1418712. OLE color: 1418712.

HSL color Cylindrical-coordinate representation of color #D8A515: hue angle of 44.31º 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 #D8A515 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 165 21 -
CMYK 0 0.24 0.90 0.15
HSL 44.31º 0.82% 0.46% -
HSV(B) 44.31º 0.9% 0.85% -
XYZ 41.91 41.56 6.52 -
YUV 163.83 47.4 165.21 -
System Red Green Blue C M Y K H S L
Decimal 216 165 21 0 0.24 0.90 0.15 44.31 0.82 0.46
Hex D8 A5 15 0 18 5A F 2C 52 2E
Octal 330 245 25 0 30 132 17 54 122 56
Binary 11011000 10100101 10101 0 11000 1011010 1111 101100 1010010 101110

Color Harmonies of #D8A515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A515

Black with #D8A515

Text Example


Text Example

White with #D8A515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A515; }

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

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

background-color css

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

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

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

border-color css

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

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

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