Html Css Color HEX #D6A316 Galliano

📋 copy color: '#D6A316'

red 214 ◦ green 163 ◦ blue 22

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

Shades of Galliano #D6A316

Tints of Galliano #D6A316

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.85%

 BLUE value IS 22 (8.98% from 255) = 5.51%

R = 53.63%
G = 40.85%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6A316 (or 0xD6A316) is known color: Galliano. HEX triplet: D6, A3 and 16. RGB value is (214,163,22). Sum of RGB (Red+Green+Blue) = 214+163+22=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A316 is #295CE9. Grayscale: #A2A2A2. Windows color (decimal): -2710762 or 1483734. OLE color: 1483734.

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

Color convert

RGB 214 163 22 -
CMYK 0 0.24 0.90 0.16
HSL 44.06º 0.81% 0.46% -
HSV(B) 44.06º 0.9% 0.84% -
XYZ 40.97 40.55 6.43 -
YUV 162.18 48.9 164.96 -
System Red Green Blue C M Y K H S L
Decimal 214 163 22 0 0.24 0.90 0.16 44.06 0.81 0.46
Hex D6 A3 16 0 18 5A 10 2C 51 2E
Octal 326 243 26 0 30 132 20 54 121 56
Binary 11010110 10100011 10110 0 11000 1011010 10000 101100 1010001 101110

Color Harmonies of #D6A316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A316

Black with #D6A316

Text Example


Text Example

White with #D6A316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A316; }

 p { color: rgb(214,163,22); }

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

background-color css

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

 a { background-color: rgb(214,163,22); }

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

border-color css

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

 span { border-color: rgb(214,163,22); }

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