Html Css Color HEX #D5AC15 Galliano

📋 copy color: '#D5AC15'

red 213 ◦ green 172 ◦ blue 21

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

Shades of Galliano #D5AC15

Tints of Galliano #D5AC15

RGB

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

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

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

R = 52.46%
G = 42.36%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D5AC15 (or 0xD5AC15) is known color: Galliano. HEX triplet: D5, AC and 15. RGB value is (213,172,21). Sum of RGB (Red+Green+Blue) = 213+172+21=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AC15 is #2A53EA. Grayscale: #A7A7A7. Windows color (decimal): -2773995 or 1420501. OLE color: 1420501.

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

Color convert

RGB 213 172 21 -
CMYK 0 0.19 0.90 0.16
HSL 47.19º 0.82% 0.46% -
HSV(B) 47.19º 0.9% 0.84% -
XYZ 42.33 43.71 6.91 -
YUV 167.05 45.58 160.78 -
System Red Green Blue C M Y K H S L
Decimal 213 172 21 0 0.19 0.90 0.16 47.19 0.82 0.46
Hex D5 AC 15 0 13 5A 10 2F 52 2E
Octal 325 254 25 0 23 132 20 57 122 56
Binary 11010101 10101100 10101 0 10011 1011010 10000 101111 1010010 101110

Color Harmonies of #D5AC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC15

Black with #D5AC15

Text Example


Text Example

White with #D5AC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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