Html Css Color HEX #D5B017 Galliano

📋 copy color: '#D5B017'

red 213 ◦ green 176 ◦ blue 23

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

Shades of Galliano #D5B017

Tints of Galliano #D5B017

RGB

 RED value IS 213 (83.59% from 255) = 51.7%

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

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

R = 51.7%
G = 42.72%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D5B017 (or 0xD5B017) is known color: Galliano. HEX triplet: D5, B0 and 17. RGB value is (213,176,23). Sum of RGB (Red+Green+Blue) = 213+176+23=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 23 (9.38% from 255 or 5.58% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5B017 is #2A4FE8. Grayscale: #AAAAAA. Windows color (decimal): -2772969 or 1552597. OLE color: 1552597.

HSL color Cylindrical-coordinate representation of color #D5B017: hue angle of 48.32º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5B017 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 176 23 -
CMYK 0 0.17 0.89 0.16
HSL 48.32º 0.81% 0.46% -
HSV(B) 48.32º 0.89% 0.84% -
XYZ 43.12 45.26 7.27 -
YUV 169.62 45.26 158.94 -
System Red Green Blue C M Y K H S L
Decimal 213 176 23 0 0.17 0.89 0.16 48.32 0.81 0.46
Hex D5 B0 17 0 11 59 10 30 51 2E
Octal 325 260 27 0 21 131 20 60 121 56
Binary 11010101 10110000 10111 0 10001 1011001 10000 110000 1010001 101110

Color Harmonies of #D5B017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B017

Black with #D5B017

Text Example


Text Example

White with #D5B017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B017; }

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

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

background-color css

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

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

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

border-color css

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

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

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