Html Css Color HEX #D6AD1E Galliano

📋 copy color: '#D6AD1E'

red 214 ◦ green 173 ◦ blue 30

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

Shades of Galliano #D6AD1E

Tints of Galliano #D6AD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.19%

R = 51.32%
G = 41.49%
B = 7.19%

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

#D6AD1E (or 0xD6AD1E) is known color: Galliano. HEX triplet: D6, AD and 1E. RGB value is (214,173,30). Sum of RGB (Red+Green+Blue) = 214+173+30=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD1E is #2952E1. Grayscale: #A9A9A9. Windows color (decimal): -2708194 or 2010582. OLE color: 2010582.

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

Color convert

RGB 214 173 30 -
CMYK 0 0.19 0.86 0.16
HSL 46.63º 0.75% 0.48% -
HSV(B) 46.63º 0.86% 0.84% -
XYZ 42.91 44.28 7.51 -
YUV 168.96 49.58 160.13 -
System Red Green Blue C M Y K H S L
Decimal 214 173 30 0 0.19 0.86 0.16 46.63 0.75 0.48
Hex D6 AD 1E 0 13 56 10 2F 4B 30
Octal 326 255 36 0 23 126 20 57 113 60
Binary 11010110 10101101 11110 0 10011 1010110 10000 101111 1001011 110000

Color Harmonies of #D6AD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD1E

Black with #D6AD1E

Text Example


Text Example

White with #D6AD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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