Html Css Color HEX #D7B019 Galliano

📋 copy color: '#D7B019'

red 215 ◦ green 176 ◦ blue 25

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

Shades of Galliano #D7B019

Tints of Galliano #D7B019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.01%

R = 51.68%
G = 42.31%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7B019 (or 0xD7B019) is known color: Galliano. HEX triplet: D7, B0 and 19. RGB value is (215,176,25). Sum of RGB (Red+Green+Blue) = 215+176+25=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B019 is #284FE6. Grayscale: #ABABAB. Windows color (decimal): -2641895 or 1683671. OLE color: 1683671.

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

Color convert

RGB 215 176 25 -
CMYK 0 0.18 0.88 0.16
HSL 47.68º 0.79% 0.47% -
HSV(B) 47.68º 0.88% 0.84% -
XYZ 43.73 45.57 7.41 -
YUV 170.45 45.92 159.78 -
System Red Green Blue C M Y K H S L
Decimal 215 176 25 0 0.18 0.88 0.16 47.68 0.79 0.47
Hex D7 B0 19 0 12 58 10 30 4F 2F
Octal 327 260 31 0 22 130 20 60 117 57
Binary 11010111 10110000 11001 0 10010 1011000 10000 110000 1001111 101111

Color Harmonies of #D7B019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B019

Black with #D7B019

Text Example


Text Example

White with #D7B019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B019; }

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

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

background-color css

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

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

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

border-color css

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

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

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