Html Css Color HEX #D0AD16 Galliano

📋 copy color: '#D0AD16'

red 208 ◦ green 173 ◦ blue 22

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

Shades of Galliano #D0AD16

Tints of Galliano #D0AD16

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.93%

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

R = 51.61%
G = 42.93%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D0AD16 (or 0xD0AD16) is known color: Galliano. HEX triplet: D0, AD and 16. RGB value is (208,173,22). Sum of RGB (Red+Green+Blue) = 208+173+22=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AD16 is #2F52E9. Grayscale: #A6A6A6. Windows color (decimal): -3101418 or 1486288. OLE color: 1486288.

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

Color convert

RGB 208 173 22 -
CMYK 0 0.17 0.89 0.18
HSL 48.71º 0.81% 0.45% -
HSV(B) 48.71º 0.89% 0.82% -
XYZ 41.1 43.35 6.96 -
YUV 166.25 46.6 157.78 -
System Red Green Blue C M Y K H S L
Decimal 208 173 22 0 0.17 0.89 0.18 48.71 0.81 0.45
Hex D0 AD 16 0 11 59 12 31 51 2D
Octal 320 255 26 0 21 131 22 61 121 55
Binary 11010000 10101101 10110 0 10001 1011001 10010 110001 1010001 101101

Color Harmonies of #D0AD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD16

Black with #D0AD16

Text Example


Text Example

White with #D0AD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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