Html Css Color HEX #D2B021 Galliano

📋 copy color: '#D2B021'

red 210 ◦ green 176 ◦ blue 33

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

Shades of Galliano #D2B021

Tints of Galliano #D2B021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.88%

R = 50.12%
G = 42%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2B021 (or 0xD2B021) is known color: Galliano. HEX triplet: D2, B0 and 21. RGB value is (210,176,33). Sum of RGB (Red+Green+Blue) = 210+176+33=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B021 is #2D4FDE. Grayscale: #AAAAAA. Windows color (decimal): -2969567 or 2207954. OLE color: 2207954.

HSL color Cylindrical-coordinate representation of color #D2B021: hue angle of 48.47º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2B021 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 176 33 -
CMYK 0 0.16 0.84 0.18
HSL 48.47º 0.73% 0.48% -
HSV(B) 48.47º 0.84% 0.82% -
XYZ 42.38 44.86 7.86 -
YUV 169.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 210 176 33 0 0.16 0.84 0.18 48.47 0.73 0.48
Hex D2 B0 21 0 10 54 12 30 49 30
Octal 322 260 41 0 20 124 22 60 111 60
Binary 11010010 10110000 100001 0 10000 1010100 10010 110000 1001001 110000

Color Harmonies of #D2B021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B021

Black with #D2B021

Text Example


Text Example

White with #D2B021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B021; }

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

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

background-color css

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

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

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

border-color css

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

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

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