Html Css Color HEX #D1B321 Galliano

📋 copy color: '#D1B321'

red 209 ◦ green 179 ◦ blue 33

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

Shades of Galliano #D1B321

Tints of Galliano #D1B321

RGB

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

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

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

R = 49.64%
G = 42.52%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D1B321 (or 0xD1B321) is known color: Galliano. HEX triplet: D1, B3 and 21. RGB value is (209,179,33). Sum of RGB (Red+Green+Blue) = 209+179+33=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B321 is #2E4CDE. Grayscale: #ABABAB. Windows color (decimal): -3034335 or 2208721. OLE color: 2208721.

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

Color convert

RGB 209 179 33 -
CMYK 0 0.14 0.84 0.18
HSL 49.77º 0.73% 0.47% -
HSV(B) 49.77º 0.84% 0.82% -
XYZ 42.69 45.91 8.05 -
YUV 171.33 49.94 154.87 -
System Red Green Blue C M Y K H S L
Decimal 209 179 33 0 0.14 0.84 0.18 49.77 0.73 0.47
Hex D1 B3 21 0 E 54 12 32 49 2F
Octal 321 263 41 0 16 124 22 62 111 57
Binary 11010001 10110011 100001 0 1110 1010100 10010 110010 1001001 101111

Color Harmonies of #D1B321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B321

Black with #D1B321

Text Example


Text Example

White with #D1B321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B321; }

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

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

background-color css

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

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

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

border-color css

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

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

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