Html Css Color HEX #D6A715 Galliano

📋 copy color: '#D6A715'

red 214 ◦ green 167 ◦ blue 21

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

Shades of Galliano #D6A715

Tints of Galliano #D6A715

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.54%

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

R = 53.23%
G = 41.54%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6A715 (or 0xD6A715) is known color: Galliano. HEX triplet: D6, A7 and 15. RGB value is (214,167,21). Sum of RGB (Red+Green+Blue) = 214+167+21=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A715 is #2958EA. Grayscale: #A5A5A5. Windows color (decimal): -2709739 or 1419222. OLE color: 1419222.

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

Color convert

RGB 214 167 21 -
CMYK 0 0.22 0.90 0.16
HSL 45.39º 0.82% 0.46% -
HSV(B) 45.39º 0.9% 0.84% -
XYZ 41.69 41.99 6.62 -
YUV 164.41 47.07 163.37 -
System Red Green Blue C M Y K H S L
Decimal 214 167 21 0 0.22 0.90 0.16 45.39 0.82 0.46
Hex D6 A7 15 0 16 5A 10 2D 52 2E
Octal 326 247 25 0 26 132 20 55 122 56
Binary 11010110 10100111 10101 0 10110 1011010 10000 101101 1010010 101110

Color Harmonies of #D6A715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A715

Black with #D6A715

Text Example


Text Example

White with #D6A715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A715; }

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

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

background-color css

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

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

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

border-color css

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

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

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