Html Css Color HEX #D6AD13 Galliano

📋 copy color: '#D6AD13'

red 214 ◦ green 173 ◦ blue 19

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

Shades of Galliano #D6AD13

Tints of Galliano #D6AD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.68%

R = 52.71%
G = 42.61%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6AD13 (or 0xD6AD13) is known color: Galliano. HEX triplet: D6, AD and 13. RGB value is (214,173,19). Sum of RGB (Red+Green+Blue) = 214+173+19=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AD13 is #2952EC. Grayscale: #A8A8A8. Windows color (decimal): -2708205 or 1289686. OLE color: 1289686.

HSL color Cylindrical-coordinate representation of color #D6AD13: hue angle of 47.38º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6AD13 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 19 -
CMYK 0 0.19 0.91 0.16
HSL 47.38º 0.84% 0.46% -
HSV(B) 47.38º 0.91% 0.84% -
XYZ 42.79 44.23 6.9 -
YUV 167.7 44.08 161.02 -
System Red Green Blue C M Y K H S L
Decimal 214 173 19 0 0.19 0.91 0.16 47.38 0.84 0.46
Hex D6 AD 13 0 13 5B 10 2F 54 2E
Octal 326 255 23 0 23 133 20 57 124 56
Binary 11010110 10101101 10011 0 10011 1011011 10000 101111 1010100 101110

Color Harmonies of #D6AD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD13

Black with #D6AD13

Text Example


Text Example

White with #D6AD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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