Html Css Color HEX #D1B320 Galliano

📋 copy color: '#D1B320'

red 209 ◦ green 179 ◦ blue 32

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

Shades of Galliano #D1B320

Tints of Galliano #D1B320

RGB

 RED value IS 209 (82.03% from 255) = 49.76%

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

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

R = 49.76%
G = 42.62%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1B320 (or 0xD1B320) is known color: Galliano. HEX triplet: D1, B3 and 20. RGB value is (209,179,32). Sum of RGB (Red+Green+Blue) = 209+179+32=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B320 is #2E4CDF. Grayscale: #ABABAB. Windows color (decimal): -3034336 or 2143185. OLE color: 2143185.

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

Color convert

RGB 209 179 32 -
CMYK 0 0.14 0.85 0.18
HSL 49.83º 0.73% 0.47% -
HSV(B) 49.83º 0.85% 0.82% -
XYZ 42.68 45.9 7.98 -
YUV 171.21 49.44 154.95 -
System Red Green Blue C M Y K H S L
Decimal 209 179 32 0 0.14 0.85 0.18 49.83 0.73 0.47
Hex D1 B3 20 0 E 55 12 32 49 2F
Octal 321 263 40 0 16 125 22 62 111 57
Binary 11010001 10110011 100000 0 1110 1010101 10010 110010 1001001 101111

Color Harmonies of #D1B320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B320

Black with #D1B320

Text Example


Text Example

White with #D1B320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B320; }

 p { color: rgb(209,179,32); }

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

background-color css

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

 a { background-color: rgb(209,179,32); }

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

border-color css

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

 span { border-color: rgb(209,179,32); }

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