Html Css Color HEX #D6B31F Galliano

📋 copy color: '#D6B31F'

red 214 ◦ green 179 ◦ blue 31

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

Shades of Galliano #D6B31F

Tints of Galliano #D6B31F

RGB

 RED value IS 214 (83.98% from 255) = 50.47%

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

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

R = 50.47%
G = 42.22%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6B31F (or 0xD6B31F) is known color: Galliano. HEX triplet: D6, B3 and 1F. RGB value is (214,179,31). Sum of RGB (Red+Green+Blue) = 214+179+31=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B31F is #294CE0. Grayscale: #ADADAD. Windows color (decimal): -2706657 or 2077654. OLE color: 2077654.

HSL color Cylindrical-coordinate representation of color #D6B31F: hue angle of 48.52º 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 #D6B31F is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 179 31 -
CMYK 0 0.16 0.86 0.16
HSL 48.52º 0.75% 0.48% -
HSV(B) 48.52º 0.86% 0.84% -
XYZ 44.1 46.64 7.97 -
YUV 172.59 48.1 157.53 -
System Red Green Blue C M Y K H S L
Decimal 214 179 31 0 0.16 0.86 0.16 48.52 0.75 0.48
Hex D6 B3 1F 0 10 56 10 31 4B 30
Octal 326 263 37 0 20 126 20 61 113 60
Binary 11010110 10110011 11111 0 10000 1010110 10000 110001 1001011 110000

Color Harmonies of #D6B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B31F

Black with #D6B31F

Text Example


Text Example

White with #D6B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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