Html Css Color HEX #D0A516 Galliano

📋 copy color: '#D0A516'

red 208 ◦ green 165 ◦ blue 22

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

Shades of Galliano #D0A516

Tints of Galliano #D0A516

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.77%

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

R = 52.66%
G = 41.77%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D0A516 (or 0xD0A516) is known color: Galliano. HEX triplet: D0, A5 and 16. RGB value is (208,165,22). Sum of RGB (Red+Green+Blue) = 208+165+22=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A516 is #2F5AE9. Grayscale: #A2A2A2. Windows color (decimal): -3103466 or 1484240. OLE color: 1484240.

HSL color Cylindrical-coordinate representation of color #D0A516: hue angle of 46.13º 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 #D0A516 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 165 22 -
CMYK 0 0.21 0.89 0.18
HSL 46.13º 0.81% 0.45% -
HSV(B) 46.13º 0.89% 0.82% -
XYZ 39.61 40.38 6.47 -
YUV 161.56 49.25 161.13 -
System Red Green Blue C M Y K H S L
Decimal 208 165 22 0 0.21 0.89 0.18 46.13 0.81 0.45
Hex D0 A5 16 0 15 59 12 2E 51 2D
Octal 320 245 26 0 25 131 22 56 121 55
Binary 11010000 10100101 10110 0 10101 1011001 10010 101110 1010001 101101

Color Harmonies of #D0A516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A516

Black with #D0A516

Text Example


Text Example

White with #D0A516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A516; }

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

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

background-color css

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

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

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

border-color css

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

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

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