Html Css Color HEX #D5A413 Galliano

📋 copy color: '#D5A413'

red 213 ◦ green 164 ◦ blue 19

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

Shades of Galliano #D5A413

Tints of Galliano #D5A413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.41%

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

R = 53.79%
G = 41.41%
B = 4.8%

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

#D5A413 (or 0xD5A413) is known color: Galliano. HEX triplet: D5, A4 and 13. RGB value is (213,164,19). Sum of RGB (Red+Green+Blue) = 213+164+19=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A413 is #2A5BEC. Grayscale: #A2A2A2. Windows color (decimal): -2776045 or 1287381. OLE color: 1287381.

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

Color convert

RGB 213 164 19 -
CMYK 0 0.23 0.91 0.16
HSL 44.85º 0.84% 0.45% -
HSV(B) 44.85º 0.91% 0.84% -
XYZ 40.83 40.74 6.33 -
YUV 162.12 47.23 164.29 -
System Red Green Blue C M Y K H S L
Decimal 213 164 19 0 0.23 0.91 0.16 44.85 0.84 0.45
Hex D5 A4 13 0 17 5B 10 2D 54 2D
Octal 325 244 23 0 27 133 20 55 124 55
Binary 11010101 10100100 10011 0 10111 1011011 10000 101101 1010100 101101

Color Harmonies of #D5A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A413

Black with #D5A413

Text Example


Text Example

White with #D5A413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A413; }

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

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

background-color css

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

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

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

border-color css

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

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

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