Html Css Color HEX #D2B322 Galliano

📋 copy color: '#D2B322'

red 210 ◦ green 179 ◦ blue 34

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

Shades of Galliano #D2B322

Tints of Galliano #D2B322

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.32%

 BLUE value IS 34 (13.67% from 255) = 8.04%

R = 49.65%
G = 42.32%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2B322 (or 0xD2B322) is known color: Galliano. HEX triplet: D2, B3 and 22. RGB value is (210,179,34). Sum of RGB (Red+Green+Blue) = 210+179+34=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 34 (13.67% from 255 or 8.04% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B322 is #2D4CDD. Grayscale: #ACACAC. Windows color (decimal): -2968798 or 2274258. OLE color: 2274258.

HSL color Cylindrical-coordinate representation of color #D2B322: hue angle of 49.43º degrees, saturation: 0.72, 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 #D2B322 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 179 34 -
CMYK 0 0.15 0.84 0.18
HSL 49.43º 0.72% 0.48% -
HSV(B) 49.43º 0.84% 0.82% -
XYZ 42.99 46.06 8.14 -
YUV 171.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 210 179 34 0 0.15 0.84 0.18 49.43 0.72 0.48
Hex D2 B3 22 0 F 54 12 31 48 30
Octal 322 263 42 0 17 124 22 61 110 60
Binary 11010010 10110011 100010 0 1111 1010100 10010 110001 1001000 110000

Color Harmonies of #D2B322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B322

Black with #D2B322

Text Example


Text Example

White with #D2B322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B322; }

 p { color: rgb(210,179,34); }

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

background-color css

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

 a { background-color: rgb(210,179,34); }

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

border-color css

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

 span { border-color: rgb(210,179,34); }

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