Html Css Color HEX #D0AA13 Galliano

📋 copy color: '#D0AA13'

red 208 ◦ green 170 ◦ blue 19

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

Shades of Galliano #D0AA13

Tints of Galliano #D0AA13

RGB

 RED value IS 208 (81.64% from 255) = 52.39%

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

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

R = 52.39%
G = 42.82%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D0AA13 (or 0xD0AA13) is known color: Galliano. HEX triplet: D0, AA and 13. RGB value is (208,170,19). Sum of RGB (Red+Green+Blue) = 208+170+19=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AA13 is #2F55EC. Grayscale: #A4A4A4. Windows color (decimal): -3102189 or 1288912. OLE color: 1288912.

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

Color convert

RGB 208 170 19 -
CMYK 0 0.18 0.91 0.18
HSL 47.94º 0.83% 0.45% -
HSV(B) 47.94º 0.91% 0.82% -
XYZ 40.5 42.21 6.63 -
YUV 164.15 46.09 159.28 -
System Red Green Blue C M Y K H S L
Decimal 208 170 19 0 0.18 0.91 0.18 47.94 0.83 0.45
Hex D0 AA 13 0 12 5B 12 30 53 2D
Octal 320 252 23 0 22 133 22 60 123 55
Binary 11010000 10101010 10011 0 10010 1011011 10010 110000 1010011 101101

Color Harmonies of #D0AA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA13

Black with #D0AA13

Text Example


Text Example

White with #D0AA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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