Html Css Color HEX #D6A511 Galliano

📋 copy color: '#D6A511'

red 214 ◦ green 165 ◦ blue 17

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

Shades of Galliano #D6A511

Tints of Galliano #D6A511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.67%

 BLUE value IS 17 (7.03% from 255) = 4.29%

R = 54.04%
G = 41.67%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6A511 (or 0xD6A511) is known color: Galliano. HEX triplet: D6, A5 and 11. RGB value is (214,165,17). Sum of RGB (Red+Green+Blue) = 214+165+17=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A511 is #295AEE. Grayscale: #A3A3A3. Windows color (decimal): -2710255 or 1156566. OLE color: 1156566.

HSL color Cylindrical-coordinate representation of color #D6A511: hue angle of 45.08º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6A511 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 165 17 -
CMYK 0 0.23 0.92 0.16
HSL 45.08º 0.85% 0.45% -
HSV(B) 45.08º 0.92% 0.84% -
XYZ 41.29 41.25 6.32 -
YUV 162.78 45.73 164.53 -
System Red Green Blue C M Y K H S L
Decimal 214 165 17 0 0.23 0.92 0.16 45.08 0.85 0.45
Hex D6 A5 11 0 17 5C 10 2D 55 2D
Octal 326 245 21 0 27 134 20 55 125 55
Binary 11010110 10100101 10001 0 10111 1011100 10000 101101 1010101 101101

Color Harmonies of #D6A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A511

Black with #D6A511

Text Example


Text Example

White with #D6A511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A511; }

 p { color: rgb(214,165,17); }

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

background-color css

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

 a { background-color: rgb(214,165,17); }

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

border-color css

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

 span { border-color: rgb(214,165,17); }

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