Html Css Color HEX #D7B31F Galliano

📋 copy color: '#D7B31F'

red 215 ◦ green 179 ◦ blue 31

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

Shades of Galliano #D7B31F

Tints of Galliano #D7B31F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.12%

 BLUE value IS 31 (12.5% from 255) = 7.29%

R = 50.59%
G = 42.12%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7B31F (or 0xD7B31F) is known color: Galliano. HEX triplet: D7, B3 and 1F. RGB value is (215,179,31). Sum of RGB (Red+Green+Blue) = 215+179+31=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B31F is #284CE0. Grayscale: #ADADAD. Windows color (decimal): -2641121 or 2077655. OLE color: 2077655.

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

Color convert

RGB 215 179 31 -
CMYK 0 0.17 0.86 0.16
HSL 48.26º 0.75% 0.48% -
HSV(B) 48.26º 0.86% 0.84% -
XYZ 44.39 46.79 7.99 -
YUV 172.89 47.93 158.03 -
System Red Green Blue C M Y K H S L
Decimal 215 179 31 0 0.17 0.86 0.16 48.26 0.75 0.48
Hex D7 B3 1F 0 11 56 10 30 4B 30
Octal 327 263 37 0 21 126 20 60 113 60
Binary 11010111 10110011 11111 0 10001 1010110 10000 110000 1001011 110000

Color Harmonies of #D7B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B31F

Black with #D7B31F

Text Example


Text Example

White with #D7B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B31F; }

 p { color: rgb(215,179,31); }

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

background-color css

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

 a { background-color: rgb(215,179,31); }

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

border-color css

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

 span { border-color: rgb(215,179,31); }

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