Html Css Color HEX #D2B020 Galliano

📋 copy color: '#D2B020'

red 210 ◦ green 176 ◦ blue 32

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

Shades of Galliano #D2B020

Tints of Galliano #D2B020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.11%

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

R = 50.24%
G = 42.11%
B = 7.66%

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

#D2B020 (or 0xD2B020) is known color: Galliano. HEX triplet: D2, B0 and 20. RGB value is (210,176,32). Sum of RGB (Red+Green+Blue) = 210+176+32=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B020 is #2D4FDF. Grayscale: #AAAAAA. Windows color (decimal): -2969568 or 2142418. OLE color: 2142418.

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

Color convert

RGB 210 176 32 -
CMYK 0 0.16 0.85 0.18
HSL 48.54º 0.74% 0.47% -
HSV(B) 48.54º 0.85% 0.82% -
XYZ 42.36 44.86 7.79 -
YUV 169.75 50.26 156.71 -
System Red Green Blue C M Y K H S L
Decimal 210 176 32 0 0.16 0.85 0.18 48.54 0.74 0.47
Hex D2 B0 20 0 10 55 12 31 4A 2F
Octal 322 260 40 0 20 125 22 61 112 57
Binary 11010010 10110000 100000 0 10000 1010101 10010 110001 1001010 101111

Color Harmonies of #D2B020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B020

Black with #D2B020

Text Example


Text Example

White with #D2B020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B020; }

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

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

background-color css

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

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

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

border-color css

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

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

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