Html Css Color HEX #D7B017 Galliano

📋 copy color: '#D7B017'

red 215 ◦ green 176 ◦ blue 23

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

Shades of Galliano #D7B017

Tints of Galliano #D7B017

RGB

 RED value IS 215 (84.38% from 255) = 51.93%

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

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

R = 51.93%
G = 42.51%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D7B017 (or 0xD7B017) is known color: Galliano. HEX triplet: D7, B0 and 17. RGB value is (215,176,23). Sum of RGB (Red+Green+Blue) = 215+176+23=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B017 is #284FE8. Grayscale: #AAAAAA. Windows color (decimal): -2641897 or 1552599. OLE color: 1552599.

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

Color convert

RGB 215 176 23 -
CMYK 0 0.18 0.89 0.16
HSL 47.81º 0.81% 0.47% -
HSV(B) 47.81º 0.89% 0.84% -
XYZ 43.7 45.56 7.3 -
YUV 170.22 44.92 159.94 -
System Red Green Blue C M Y K H S L
Decimal 215 176 23 0 0.18 0.89 0.16 47.81 0.81 0.47
Hex D7 B0 17 0 12 59 10 30 51 2F
Octal 327 260 27 0 22 131 20 60 121 57
Binary 11010111 10110000 10111 0 10010 1011001 10000 110000 1010001 101111

Color Harmonies of #D7B017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B017

Black with #D7B017

Text Example


Text Example

White with #D7B017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B017; }

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

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

background-color css

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

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

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

border-color css

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

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

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