Html Css Color HEX #D6A91F Galliano

📋 copy color: '#D6A91F'

red 214 ◦ green 169 ◦ blue 31

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

Shades of Galliano #D6A91F

Tints of Galliano #D6A91F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.82%

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

R = 51.69%
G = 40.82%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6A91F (or 0xD6A91F) is known color: Galliano. HEX triplet: D6, A9 and 1F. RGB value is (214,169,31). Sum of RGB (Red+Green+Blue) = 214+169+31=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A91F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A91F is #2956E0. Grayscale: #A7A7A7. Windows color (decimal): -2709217 or 2075094. OLE color: 2075094.

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

Color convert

RGB 214 169 31 -
CMYK 0 0.21 0.86 0.16
HSL 45.25º 0.75% 0.48% -
HSV(B) 45.25º 0.86% 0.84% -
XYZ 42.17 42.77 7.33 -
YUV 166.72 51.41 161.72 -
System Red Green Blue C M Y K H S L
Decimal 214 169 31 0 0.21 0.86 0.16 45.25 0.75 0.48
Hex D6 A9 1F 0 15 56 10 2D 4B 30
Octal 326 251 37 0 25 126 20 55 113 60
Binary 11010110 10101001 11111 0 10101 1010110 10000 101101 1001011 110000

Color Harmonies of #D6A91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A91F

Black with #D6A91F

Text Example


Text Example

White with #D6A91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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