Html Css Color HEX #D0AD10 Galliano

📋 copy color: '#D0AD10'

red 208 ◦ green 173 ◦ blue 16

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

Shades of Galliano #D0AD10

Tints of Galliano #D0AD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.03%

R = 52.39%
G = 43.58%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D0AD10 (or 0xD0AD10) is known color: Galliano. HEX triplet: D0, AD and 10. RGB value is (208,173,16). Sum of RGB (Red+Green+Blue) = 208+173+16=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AD10 is #2F52EF. Grayscale: #A6A6A6. Windows color (decimal): -3101424 or 1093072. OLE color: 1093072.

HSL color Cylindrical-coordinate representation of color #D0AD10: hue angle of 49.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0AD10 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 16 -
CMYK 0 0.17 0.92 0.18
HSL 49.06º 0.86% 0.44% -
HSV(B) 49.06º 0.92% 0.82% -
XYZ 41.05 43.33 6.69 -
YUV 165.57 43.6 158.27 -
System Red Green Blue C M Y K H S L
Decimal 208 173 16 0 0.17 0.92 0.18 49.06 0.86 0.44
Hex D0 AD 10 0 11 5C 12 31 56 2C
Octal 320 255 20 0 21 134 22 61 126 54
Binary 11010000 10101101 10000 0 10001 1011100 10010 110001 1010110 101100

Color Harmonies of #D0AD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD10

Black with #D0AD10

Text Example


Text Example

White with #D0AD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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