Html Css Color HEX #D5A815 Galliano

📋 copy color: '#D5A815'

red 213 ◦ green 168 ◦ blue 21

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

Shades of Galliano #D5A815

Tints of Galliano #D5A815

RGB

 RED value IS 213 (83.59% from 255) = 52.99%

 GREEN value IS 168 (66.02% from 255) = 41.79%

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

R = 52.99%
G = 41.79%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D5A815 (or 0xD5A815) is known color: Galliano. HEX triplet: D5, A8 and 15. RGB value is (213,168,21). Sum of RGB (Red+Green+Blue) = 213+168+21=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A815 is #2A57EA. Grayscale: #A5A5A5. Windows color (decimal): -2775019 or 1419477. OLE color: 1419477.

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

Color convert

RGB 213 168 21 -
CMYK 0 0.21 0.90 0.16
HSL 45.94º 0.82% 0.46% -
HSV(B) 45.94º 0.9% 0.84% -
XYZ 41.58 42.21 6.66 -
YUV 164.7 46.91 162.45 -
System Red Green Blue C M Y K H S L
Decimal 213 168 21 0 0.21 0.90 0.16 45.94 0.82 0.46
Hex D5 A8 15 0 15 5A 10 2E 52 2E
Octal 325 250 25 0 25 132 20 56 122 56
Binary 11010101 10101000 10101 0 10101 1011010 10000 101110 1010010 101110

Color Harmonies of #D5A815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A815

Black with #D5A815

Text Example


Text Example

White with #D5A815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A815; }

 p { color: rgb(213,168,21); }

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

background-color css

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

 a { background-color: rgb(213,168,21); }

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

border-color css

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

 span { border-color: rgb(213,168,21); }

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