Html Css Color HEX #D0A220 Galliano

📋 copy color: '#D0A220'

red 208 ◦ green 162 ◦ blue 32

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

Shades of Galliano #D0A220

Tints of Galliano #D0A220

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.3%

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

R = 51.74%
G = 40.3%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0A220 (or 0xD0A220) is known color: Galliano. HEX triplet: D0, A2 and 20. RGB value is (208,162,32). Sum of RGB (Red+Green+Blue) = 208+162+32=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A220 is #2F5DDF. Grayscale: #A1A1A1. Windows color (decimal): -3104224 or 2138832. OLE color: 2138832.

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

Color convert

RGB 208 162 32 -
CMYK 0 0.22 0.85 0.18
HSL 44.32º 0.73% 0.47% -
HSV(B) 44.32º 0.85% 0.82% -
XYZ 39.19 39.35 6.9 -
YUV 160.93 55.24 161.57 -
System Red Green Blue C M Y K H S L
Decimal 208 162 32 0 0.22 0.85 0.18 44.32 0.73 0.47
Hex D0 A2 20 0 16 55 12 2C 49 2F
Octal 320 242 40 0 26 125 22 54 111 57
Binary 11010000 10100010 100000 0 10110 1010101 10010 101100 1001001 101111

Color Harmonies of #D0A220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A220

Black with #D0A220

Text Example


Text Example

White with #D0A220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A220; }

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

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

background-color css

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

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

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

border-color css

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

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

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