Html Css Color HEX #D5AA13 Galliano

📋 copy color: '#D5AA13'

red 213 ◦ green 170 ◦ blue 19

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

Shades of Galliano #D5AA13

Tints of Galliano #D5AA13

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.29%

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

R = 52.99%
G = 42.29%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D5AA13 (or 0xD5AA13) is known color: Galliano. HEX triplet: D5, AA and 13. RGB value is (213,170,19). Sum of RGB (Red+Green+Blue) = 213+170+19=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AA13 is #2A55EC. Grayscale: #A6A6A6. Windows color (decimal): -2774509 or 1288917. OLE color: 1288917.

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

Color convert

RGB 213 170 19 -
CMYK 0 0.20 0.91 0.16
HSL 46.7º 0.84% 0.45% -
HSV(B) 46.7º 0.91% 0.84% -
XYZ 41.93 42.94 6.69 -
YUV 165.64 45.25 161.78 -
System Red Green Blue C M Y K H S L
Decimal 213 170 19 0 0.20 0.91 0.16 46.7 0.84 0.45
Hex D5 AA 13 0 14 5B 10 2F 54 2D
Octal 325 252 23 0 24 133 20 57 124 55
Binary 11010101 10101010 10011 0 10100 1011011 10000 101111 1010100 101101

Color Harmonies of #D5AA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AA13

Black with #D5AA13

Text Example


Text Example

White with #D5AA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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