Html Css Color HEX #D6AD1F Galliano

📋 copy color: '#D6AD1F'

red 214 ◦ green 173 ◦ blue 31

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

Shades of Galliano #D6AD1F

Tints of Galliano #D6AD1F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.39%

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

R = 51.2%
G = 41.39%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6AD1F (or 0xD6AD1F) is known color: Galliano. HEX triplet: D6, AD and 1F. RGB value is (214,173,31). Sum of RGB (Red+Green+Blue) = 214+173+31=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD1F is #2952E0. Grayscale: #A9A9A9. Windows color (decimal): -2708193 or 2076118. OLE color: 2076118.

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

Color convert

RGB 214 173 31 -
CMYK 0 0.19 0.86 0.16
HSL 46.56º 0.75% 0.48% -
HSV(B) 46.56º 0.86% 0.84% -
XYZ 42.92 44.28 7.58 -
YUV 169.07 50.08 160.05 -
System Red Green Blue C M Y K H S L
Decimal 214 173 31 0 0.19 0.86 0.16 46.56 0.75 0.48
Hex D6 AD 1F 0 13 56 10 2F 4B 30
Octal 326 255 37 0 23 126 20 57 113 60
Binary 11010110 10101101 11111 0 10011 1010110 10000 101111 1001011 110000

Color Harmonies of #D6AD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD1F

Black with #D6AD1F

Text Example


Text Example

White with #D6AD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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