Html Css Color HEX #D2A420 Galliano

📋 copy color: '#D2A420'

red 210 ◦ green 164 ◦ blue 32

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

Shades of Galliano #D2A420

Tints of Galliano #D2A420

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

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

R = 51.72%
G = 40.39%
B = 7.88%

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

#D2A420 (or 0xD2A420) is known color: Galliano. HEX triplet: D2, A4 and 20. RGB value is (210,164,32). Sum of RGB (Red+Green+Blue) = 210+164+32=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A420 is #2D5BDF. Grayscale: #A3A3A3. Windows color (decimal): -2972640 or 2139346. OLE color: 2139346.

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

Color convert

RGB 210 164 32 -
CMYK 0 0.22 0.85 0.18
HSL 44.49º 0.74% 0.47% -
HSV(B) 44.49º 0.85% 0.82% -
XYZ 40.11 40.36 7.04 -
YUV 162.71 54.24 161.73 -
System Red Green Blue C M Y K H S L
Decimal 210 164 32 0 0.22 0.85 0.18 44.49 0.74 0.47
Hex D2 A4 20 0 16 55 12 2C 4A 2F
Octal 322 244 40 0 26 125 22 54 112 57
Binary 11010010 10100100 100000 0 10110 1010101 10010 101100 1001010 101111

Color Harmonies of #D2A420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A420

Black with #D2A420

Text Example


Text Example

White with #D2A420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A420; }

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

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

background-color css

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

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

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

border-color css

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

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

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