Html Css Color HEX #D1B220 Galliano

📋 copy color: '#D1B220'

red 209 ◦ green 178 ◦ blue 32

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

Shades of Galliano #D1B220

Tints of Galliano #D1B220

RGB

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

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

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

R = 49.88%
G = 42.48%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1B220 (or 0xD1B220) is known color: Galliano. HEX triplet: D1, B2 and 20. RGB value is (209,178,32). Sum of RGB (Red+Green+Blue) = 209+178+32=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B220 is #2E4DDF. Grayscale: #ABABAB. Windows color (decimal): -3034592 or 2142929. OLE color: 2142929.

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

Color convert

RGB 209 178 32 -
CMYK 0 0.15 0.85 0.18
HSL 49.49º 0.73% 0.47% -
HSV(B) 49.49º 0.85% 0.82% -
XYZ 42.48 45.5 7.91 -
YUV 170.63 49.77 155.37 -
System Red Green Blue C M Y K H S L
Decimal 209 178 32 0 0.15 0.85 0.18 49.49 0.73 0.47
Hex D1 B2 20 0 F 55 12 31 49 2F
Octal 321 262 40 0 17 125 22 61 111 57
Binary 11010001 10110010 100000 0 1111 1010101 10010 110001 1001001 101111

Color Harmonies of #D1B220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B220

Black with #D1B220

Text Example


Text Example

White with #D1B220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B220; }

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

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

background-color css

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

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

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

border-color css

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

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

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