Html Css Color HEX #D2B120 Galliano

📋 copy color: '#D2B120'

red 210 ◦ green 177 ◦ blue 32

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

Shades of Galliano #D2B120

Tints of Galliano #D2B120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

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

R = 50.12%
G = 42.24%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2B120 (or 0xD2B120) is known color: Galliano. HEX triplet: D2, B1 and 20. RGB value is (210,177,32). Sum of RGB (Red+Green+Blue) = 210+177+32=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B120 is #2D4EDF. Grayscale: #AAAAAA. Windows color (decimal): -2969312 or 2142674. OLE color: 2142674.

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

Color convert

RGB 210 177 32 -
CMYK 0 0.16 0.85 0.18
HSL 48.88º 0.74% 0.47% -
HSV(B) 48.88º 0.85% 0.82% -
XYZ 42.56 45.25 7.86 -
YUV 170.34 49.93 156.29 -
System Red Green Blue C M Y K H S L
Decimal 210 177 32 0 0.16 0.85 0.18 48.88 0.74 0.47
Hex D2 B1 20 0 10 55 12 31 4A 2F
Octal 322 261 40 0 20 125 22 61 112 57
Binary 11010010 10110001 100000 0 10000 1010101 10010 110001 1001010 101111

Color Harmonies of #D2B120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B120

Black with #D2B120

Text Example


Text Example

White with #D2B120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B120; }

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

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

background-color css

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

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

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

border-color css

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

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

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