Html Css Color HEX #D2A920 Galliano

📋 copy color: '#D2A920'

red 210 ◦ green 169 ◦ blue 32

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

Shades of Galliano #D2A920

Tints of Galliano #D2A920

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.12%

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

R = 51.09%
G = 41.12%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2A920 (or 0xD2A920) is known color: Galliano. HEX triplet: D2, A9 and 20. RGB value is (210,169,32). Sum of RGB (Red+Green+Blue) = 210+169+32=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A920 is #2D56DF. Grayscale: #A6A6A6. Windows color (decimal): -2971360 or 2140626. OLE color: 2140626.

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

Color convert

RGB 210 169 32 -
CMYK 0 0.20 0.85 0.18
HSL 46.18º 0.74% 0.47% -
HSV(B) 46.18º 0.85% 0.82% -
XYZ 41.03 42.18 7.35 -
YUV 165.64 52.58 159.64 -
System Red Green Blue C M Y K H S L
Decimal 210 169 32 0 0.20 0.85 0.18 46.18 0.74 0.47
Hex D2 A9 20 0 14 55 12 2E 4A 2F
Octal 322 251 40 0 24 125 22 56 112 57
Binary 11010010 10101001 100000 0 10100 1010101 10010 101110 1001010 101111

Color Harmonies of #D2A920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A920

Black with #D2A920

Text Example


Text Example

White with #D2A920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A920; }

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

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

background-color css

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

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

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

border-color css

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

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

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