Html Css Color HEX #D6A215 Galliano

📋 copy color: '#D6A215'

red 214 ◦ green 162 ◦ blue 21

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

Shades of Galliano #D6A215

Tints of Galliano #D6A215

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.81%

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

R = 53.9%
G = 40.81%
B = 5.29%

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

#D6A215 (or 0xD6A215) is known color: Galliano. HEX triplet: D6, A2 and 15. RGB value is (214,162,21). Sum of RGB (Red+Green+Blue) = 214+162+21=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A215 is #295DEA. Grayscale: #A2A2A2. Windows color (decimal): -2711019 or 1417942. OLE color: 1417942.

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

Color convert

RGB 214 162 21 -
CMYK 0 0.24 0.90 0.16
HSL 43.83º 0.82% 0.46% -
HSV(B) 43.83º 0.9% 0.84% -
XYZ 40.79 40.19 6.32 -
YUV 161.47 48.73 165.46 -
System Red Green Blue C M Y K H S L
Decimal 214 162 21 0 0.24 0.90 0.16 43.83 0.82 0.46
Hex D6 A2 15 0 18 5A 10 2C 52 2E
Octal 326 242 25 0 30 132 20 54 122 56
Binary 11010110 10100010 10101 0 11000 1011010 10000 101100 1010010 101110

Color Harmonies of #D6A215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A215

Black with #D6A215

Text Example


Text Example

White with #D6A215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A215; }

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

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

background-color css

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

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

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

border-color css

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

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

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