Html Css Color HEX #D6AD14 Galliano

📋 copy color: '#D6AD14'

red 214 ◦ green 173 ◦ blue 20

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

Shades of Galliano #D6AD14

Tints of Galliano #D6AD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.91%

R = 52.58%
G = 42.51%
B = 4.91%

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

#D6AD14 (or 0xD6AD14) is known color: Galliano. HEX triplet: D6, AD and 14. RGB value is (214,173,20). Sum of RGB (Red+Green+Blue) = 214+173+20=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AD14 is #2952EB. Grayscale: #A8A8A8. Windows color (decimal): -2708204 or 1355222. OLE color: 1355222.

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

Color convert

RGB 214 173 20 -
CMYK 0 0.19 0.91 0.16
HSL 47.32º 0.83% 0.46% -
HSV(B) 47.32º 0.91% 0.84% -
XYZ 42.8 44.23 6.94 -
YUV 167.82 44.58 160.94 -
System Red Green Blue C M Y K H S L
Decimal 214 173 20 0 0.19 0.91 0.16 47.32 0.83 0.46
Hex D6 AD 14 0 13 5B 10 2F 53 2E
Octal 326 255 24 0 23 133 20 57 123 56
Binary 11010110 10101101 10100 0 10011 1011011 10000 101111 1010011 101110

Color Harmonies of #D6AD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD14

Black with #D6AD14

Text Example


Text Example

White with #D6AD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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