Html Css Color HEX #D6A115 Galliano

📋 copy color: '#D6A115'

red 214 ◦ green 161 ◦ blue 21

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

Shades of Galliano #D6A115

Tints of Galliano #D6A115

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.66%

 BLUE value IS 21 (8.59% from 255) = 5.3%

R = 54.04%
G = 40.66%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6A115 (or 0xD6A115) is known color: Galliano. HEX triplet: D6, A1 and 15. RGB value is (214,161,21). Sum of RGB (Red+Green+Blue) = 214+161+21=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A115 is #295EEA. Grayscale: #A1A1A1. Windows color (decimal): -2711275 or 1417686. OLE color: 1417686.

HSL color Cylindrical-coordinate representation of color #D6A115: hue angle of 43.52º degrees, saturation: 0.82, 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 #D6A115 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 161 21 -
CMYK 0 0.25 0.90 0.16
HSL 43.52º 0.82% 0.46% -
HSV(B) 43.52º 0.9% 0.84% -
XYZ 40.61 39.84 6.26 -
YUV 160.89 49.06 165.88 -
System Red Green Blue C M Y K H S L
Decimal 214 161 21 0 0.25 0.90 0.16 43.52 0.82 0.46
Hex D6 A1 15 0 19 5A 10 2C 52 2E
Octal 326 241 25 0 31 132 20 54 122 56
Binary 11010110 10100001 10101 0 11001 1011010 10000 101100 1010010 101110

Color Harmonies of #D6A115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A115

Black with #D6A115

Text Example


Text Example

White with #D6A115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A115; }

 p { color: rgb(214,161,21); }

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

background-color css

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

 a { background-color: rgb(214,161,21); }

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

border-color css

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

 span { border-color: rgb(214,161,21); }

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