Html Css Color HEX #D1B017 Galliano

📋 copy color: '#D1B017'

red 209 ◦ green 176 ◦ blue 23

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

Shades of Galliano #D1B017

Tints of Galliano #D1B017

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.14%

 BLUE value IS 23 (9.38% from 255) = 5.64%

R = 51.23%
G = 43.14%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D1B017 (or 0xD1B017) is known color: Galliano. HEX triplet: D1, B0 and 17. RGB value is (209,176,23). Sum of RGB (Red+Green+Blue) = 209+176+23=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1B017 is #2E4FE8. Grayscale: #A9A9A9. Windows color (decimal): -3035113 or 1552593. OLE color: 1552593.

HSL color Cylindrical-coordinate representation of color #D1B017: hue angle of 49.35º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1B017 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 176 23 -
CMYK 0 0.16 0.89 0.18
HSL 49.35º 0.8% 0.45% -
HSV(B) 49.35º 0.89% 0.82% -
XYZ 41.97 44.67 7.22 -
YUV 168.43 45.93 156.94 -
System Red Green Blue C M Y K H S L
Decimal 209 176 23 0 0.16 0.89 0.18 49.35 0.8 0.45
Hex D1 B0 17 0 10 59 12 31 50 2D
Octal 321 260 27 0 20 131 22 61 120 55
Binary 11010001 10110000 10111 0 10000 1011001 10010 110001 1010000 101101

Color Harmonies of #D1B017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B017

Black with #D1B017

Text Example


Text Example

White with #D1B017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B017; }

 p { color: rgb(209,176,23); }

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

background-color css

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

 a { background-color: rgb(209,176,23); }

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

border-color css

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

 span { border-color: rgb(209,176,23); }

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