Html Css Color HEX #D0A620 Galliano

📋 copy color: '#D0A620'

red 208 ◦ green 166 ◦ blue 32

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

Shades of Galliano #D0A620

Tints of Galliano #D0A620

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.89%

 BLUE value IS 32 (12.89% from 255) = 7.88%

R = 51.23%
G = 40.89%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0A620 (or 0xD0A620) is known color: Galliano. HEX triplet: D0, A6 and 20. RGB value is (208,166,32). Sum of RGB (Red+Green+Blue) = 208+166+32=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A620 is #2F59DF. Grayscale: #A3A3A3. Windows color (decimal): -3103200 or 2139856. OLE color: 2139856.

HSL color Cylindrical-coordinate representation of color #D0A620: hue angle of 45.68º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0A620 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 166 32 -
CMYK 0 0.20 0.85 0.18
HSL 45.68º 0.73% 0.47% -
HSV(B) 45.68º 0.85% 0.82% -
XYZ 39.91 40.79 7.14 -
YUV 163.28 53.91 159.9 -
System Red Green Blue C M Y K H S L
Decimal 208 166 32 0 0.20 0.85 0.18 45.68 0.73 0.47
Hex D0 A6 20 0 14 55 12 2E 49 2F
Octal 320 246 40 0 24 125 22 56 111 57
Binary 11010000 10100110 100000 0 10100 1010101 10010 101110 1001001 101111

Color Harmonies of #D0A620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A620

Black with #D0A620

Text Example


Text Example

White with #D0A620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A620; }

 p { color: rgb(208,166,32); }

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

background-color css

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

 a { background-color: rgb(208,166,32); }

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

border-color css

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

 span { border-color: rgb(208,166,32); }

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