Html Css Color HEX #D1B221 Galliano

📋 copy color: '#D1B221'

red 209 ◦ green 178 ◦ blue 33

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

Shades of Galliano #D1B221

Tints of Galliano #D1B221

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.38%

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

R = 49.76%
G = 42.38%
B = 7.86%

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

#D1B221 (or 0xD1B221) is known color: Galliano. HEX triplet: D1, B2 and 21. RGB value is (209,178,33). Sum of RGB (Red+Green+Blue) = 209+178+33=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B221 is #2E4DDE. Grayscale: #ABABAB. Windows color (decimal): -3034591 or 2208465. OLE color: 2208465.

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

Color convert

RGB 209 178 33 -
CMYK 0 0.15 0.84 0.18
HSL 49.43º 0.73% 0.47% -
HSV(B) 49.43º 0.84% 0.82% -
XYZ 42.49 45.51 7.98 -
YUV 170.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 209 178 33 0 0.15 0.84 0.18 49.43 0.73 0.47
Hex D1 B2 21 0 F 54 12 31 49 2F
Octal 321 262 41 0 17 124 22 61 111 57
Binary 11010001 10110010 100001 0 1111 1010100 10010 110001 1001001 101111

Color Harmonies of #D1B221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B221

Black with #D1B221

Text Example


Text Example

White with #D1B221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B221; }

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

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

background-color css

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

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

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

border-color css

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

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

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