Html Css Color HEX #D5A313 Galliano

📋 copy color: '#D5A313'

red 213 ◦ green 163 ◦ blue 19

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

Shades of Galliano #D5A313

Tints of Galliano #D5A313

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.27%

 BLUE value IS 19 (7.81% from 255) = 4.81%

R = 53.92%
G = 41.27%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D5A313 (or 0xD5A313) is known color: Galliano. HEX triplet: D5, A3 and 13. RGB value is (213,163,19). Sum of RGB (Red+Green+Blue) = 213+163+19=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A313 is #2A5CEC. Grayscale: #A2A2A2. Windows color (decimal): -2776301 or 1287125. OLE color: 1287125.

HSL color Cylindrical-coordinate representation of color #D5A313: hue angle of 44.54º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5A313 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 163 19 -
CMYK 0 0.23 0.91 0.16
HSL 44.54º 0.84% 0.45% -
HSV(B) 44.54º 0.91% 0.84% -
XYZ 40.66 40.39 6.27 -
YUV 161.53 47.57 164.71 -
System Red Green Blue C M Y K H S L
Decimal 213 163 19 0 0.23 0.91 0.16 44.54 0.84 0.45
Hex D5 A3 13 0 17 5B 10 2D 54 2D
Octal 325 243 23 0 27 133 20 55 124 55
Binary 11010101 10100011 10011 0 10111 1011011 10000 101101 1010100 101101

Color Harmonies of #D5A313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A313

Black with #D5A313

Text Example


Text Example

White with #D5A313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A313; }

 p { color: rgb(213,163,19); }

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

background-color css

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

 a { background-color: rgb(213,163,19); }

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

border-color css

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

 span { border-color: rgb(213,163,19); }

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