Html Css Color HEX #D2A220 Galliano

📋 copy color: '#D2A220'

red 210 ◦ green 162 ◦ blue 32

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

Shades of Galliano #D2A220

Tints of Galliano #D2A220

RGB

 RED value IS 210 (82.42% from 255) = 51.98%

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

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

R = 51.98%
G = 40.1%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2A220 (or 0xD2A220) is known color: Galliano. HEX triplet: D2, A2 and 20. RGB value is (210,162,32). Sum of RGB (Red+Green+Blue) = 210+162+32=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A220 is #2D5DDF. Grayscale: #A2A2A2. Windows color (decimal): -2973152 or 2138834. OLE color: 2138834.

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

Color convert

RGB 210 162 32 -
CMYK 0 0.23 0.85 0.18
HSL 43.82º 0.74% 0.47% -
HSV(B) 43.82º 0.85% 0.82% -
XYZ 39.76 39.65 6.92 -
YUV 161.53 54.9 162.57 -
System Red Green Blue C M Y K H S L
Decimal 210 162 32 0 0.23 0.85 0.18 43.82 0.74 0.47
Hex D2 A2 20 0 17 55 12 2C 4A 2F
Octal 322 242 40 0 27 125 22 54 112 57
Binary 11010010 10100010 100000 0 10111 1010101 10010 101100 1001010 101111

Color Harmonies of #D2A220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A220

Black with #D2A220

Text Example


Text Example

White with #D2A220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A220; }

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

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

background-color css

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

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

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

border-color css

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

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

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