Html Css Color HEX #D6A313 Galliano

📋 copy color: '#D6A313'

red 214 ◦ green 163 ◦ blue 19

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

Shades of Galliano #D6A313

Tints of Galliano #D6A313

RGB

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

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

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

R = 54.04%
G = 41.16%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6A313 (or 0xD6A313) is known color: Galliano. HEX triplet: D6, A3 and 13. RGB value is (214,163,19). Sum of RGB (Red+Green+Blue) = 214+163+19=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A313 is #295CEC. Grayscale: #A2A2A2. Windows color (decimal): -2710765 or 1287126. OLE color: 1287126.

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

Color convert

RGB 214 163 19 -
CMYK 0 0.24 0.91 0.16
HSL 44.31º 0.84% 0.46% -
HSV(B) 44.31º 0.91% 0.84% -
XYZ 40.95 40.54 6.28 -
YUV 161.83 47.4 165.21 -
System Red Green Blue C M Y K H S L
Decimal 214 163 19 0 0.24 0.91 0.16 44.31 0.84 0.46
Hex D6 A3 13 0 18 5B 10 2C 54 2E
Octal 326 243 23 0 30 133 20 54 124 56
Binary 11010110 10100011 10011 0 11000 1011011 10000 101100 1010100 101110

Color Harmonies of #D6A313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A313

Black with #D6A313

Text Example


Text Example

White with #D6A313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A313; }

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

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

background-color css

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

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

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

border-color css

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

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

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