Html Css Color HEX #D2A320 Galliano

📋 copy color: '#D2A320'

red 210 ◦ green 163 ◦ blue 32

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

Shades of Galliano #D2A320

Tints of Galliano #D2A320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.25%

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

R = 51.85%
G = 40.25%
B = 7.9%

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

#D2A320 (or 0xD2A320) is known color: Galliano. HEX triplet: D2, A3 and 20. RGB value is (210,163,32). Sum of RGB (Red+Green+Blue) = 210+163+32=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A320 is #2D5CDF. Grayscale: #A2A2A2. Windows color (decimal): -2972896 or 2139090. OLE color: 2139090.

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

Color convert

RGB 210 163 32 -
CMYK 0 0.22 0.85 0.18
HSL 44.16º 0.74% 0.47% -
HSV(B) 44.16º 0.85% 0.82% -
XYZ 39.94 40 6.98 -
YUV 162.12 54.57 162.15 -
System Red Green Blue C M Y K H S L
Decimal 210 163 32 0 0.22 0.85 0.18 44.16 0.74 0.47
Hex D2 A3 20 0 16 55 12 2C 4A 2F
Octal 322 243 40 0 26 125 22 54 112 57
Binary 11010010 10100011 100000 0 10110 1010101 10010 101100 1001010 101111

Color Harmonies of #D2A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A320

Black with #D2A320

Text Example


Text Example

White with #D2A320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A320; }

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

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

background-color css

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

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

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

border-color css

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

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

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