Html Css Color HEX #D2A020 Galliano

📋 copy color: '#D2A020'

red 210 ◦ green 160 ◦ blue 32

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

Shades of Galliano #D2A020

Tints of Galliano #D2A020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.8%

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

R = 52.24%
G = 39.8%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2A020 (or 0xD2A020) is known color: Galliano. HEX triplet: D2, A0 and 20. RGB value is (210,160,32). Sum of RGB (Red+Green+Blue) = 210+160+32=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A020 is #2D5FDF. Grayscale: #A0A0A0. Windows color (decimal): -2973664 or 2138322. OLE color: 2138322.

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

Color convert

RGB 210 160 32 -
CMYK 0 0.24 0.85 0.18
HSL 43.15º 0.74% 0.47% -
HSV(B) 43.15º 0.85% 0.82% -
XYZ 39.41 38.95 6.81 -
YUV 160.36 55.57 163.41 -
System Red Green Blue C M Y K H S L
Decimal 210 160 32 0 0.24 0.85 0.18 43.15 0.74 0.47
Hex D2 A0 20 0 18 55 12 2B 4A 2F
Octal 322 240 40 0 30 125 22 53 112 57
Binary 11010010 10100000 100000 0 11000 1010101 10010 101011 1001010 101111

Color Harmonies of #D2A020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A020

Black with #D2A020

Text Example


Text Example

White with #D2A020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A020; }

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

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

background-color css

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

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

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

border-color css

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

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

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