Html Css Color HEX #D1B11E Galliano

📋 copy color: '#D1B11E'

red 209 ◦ green 177 ◦ blue 30

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

Shades of Galliano #D1B11E

Tints of Galliano #D1B11E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.55%

 BLUE value IS 30 (12.11% from 255) = 7.21%

R = 50.24%
G = 42.55%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1B11E (or 0xD1B11E) is known color: Galliano. HEX triplet: D1, B1 and 1E. RGB value is (209,177,30). Sum of RGB (Red+Green+Blue) = 209+177+30=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B11E is #2E4EE1. Grayscale: #AAAAAA. Windows color (decimal): -3034850 or 2011601. OLE color: 2011601.

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

Color convert

RGB 209 177 30 -
CMYK 0 0.15 0.86 0.18
HSL 49.27º 0.75% 0.47% -
HSV(B) 49.27º 0.86% 0.82% -
XYZ 42.25 45.09 7.71 -
YUV 169.81 49.1 155.95 -
System Red Green Blue C M Y K H S L
Decimal 209 177 30 0 0.15 0.86 0.18 49.27 0.75 0.47
Hex D1 B1 1E 0 F 56 12 31 4B 2F
Octal 321 261 36 0 17 126 22 61 113 57
Binary 11010001 10110001 11110 0 1111 1010110 10010 110001 1001011 101111

Color Harmonies of #D1B11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B11E

Black with #D1B11E

Text Example


Text Example

White with #D1B11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B11E; }

 p { color: rgb(209,177,30); }

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

background-color css

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

 a { background-color: rgb(209,177,30); }

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

border-color css

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

 span { border-color: rgb(209,177,30); }

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