Html Css Color HEX #D0A510 Galliano

📋 copy color: '#D0A510'

red 208 ◦ green 165 ◦ blue 16

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

Shades of Galliano #D0A510

Tints of Galliano #D0A510

RGB

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

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

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

R = 53.47%
G = 42.42%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D0A510 (or 0xD0A510) is known color: Galliano. HEX triplet: D0, A5 and 10. RGB value is (208,165,16). Sum of RGB (Red+Green+Blue) = 208+165+16=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A510 is #2F5AEF. Grayscale: #A1A1A1. Windows color (decimal): -3103472 or 1091024. OLE color: 1091024.

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

Color convert

RGB 208 165 16 -
CMYK 0 0.21 0.92 0.18
HSL 46.56º 0.86% 0.44% -
HSV(B) 46.56º 0.92% 0.82% -
XYZ 39.56 40.36 6.19 -
YUV 160.87 46.25 161.62 -
System Red Green Blue C M Y K H S L
Decimal 208 165 16 0 0.21 0.92 0.18 46.56 0.86 0.44
Hex D0 A5 10 0 15 5C 12 2F 56 2C
Octal 320 245 20 0 25 134 22 57 126 54
Binary 11010000 10100101 10000 0 10101 1011100 10010 101111 1010110 101100

Color Harmonies of #D0A510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A510

Black with #D0A510

Text Example


Text Example

White with #D0A510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A510; }

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

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

background-color css

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

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

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

border-color css

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

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

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