Html Css Color HEX #D0AA16 Galliano

📋 copy color: '#D0AA16'

red 208 ◦ green 170 ◦ blue 22

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

Shades of Galliano #D0AA16

Tints of Galliano #D0AA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.5%

R = 52%
G = 42.5%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D0AA16 (or 0xD0AA16) is known color: Galliano. HEX triplet: D0, AA and 16. RGB value is (208,170,22). Sum of RGB (Red+Green+Blue) = 208+170+22=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AA16 is #2F55E9. Grayscale: #A5A5A5. Windows color (decimal): -3102186 or 1485520. OLE color: 1485520.

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

Color convert

RGB 208 170 22 -
CMYK 0 0.18 0.89 0.18
HSL 47.74º 0.81% 0.45% -
HSV(B) 47.74º 0.89% 0.82% -
XYZ 40.53 42.22 6.77 -
YUV 164.49 47.59 159.03 -
System Red Green Blue C M Y K H S L
Decimal 208 170 22 0 0.18 0.89 0.18 47.74 0.81 0.45
Hex D0 AA 16 0 12 59 12 30 51 2D
Octal 320 252 26 0 22 131 22 60 121 55
Binary 11010000 10101010 10110 0 10010 1011001 10010 110000 1010001 101101

Color Harmonies of #D0AA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA16

Black with #D0AA16

Text Example


Text Example

White with #D0AA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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