Html Css Color HEX #D6A610 Galliano

📋 copy color: '#D6A610'

red 214 ◦ green 166 ◦ blue 16

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

Shades of Galliano #D6A610

Tints of Galliano #D6A610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.92%

 BLUE value IS 16 (6.64% from 255) = 4.04%

R = 54.04%
G = 41.92%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6A610 (or 0xD6A610) is known color: Galliano. HEX triplet: D6, A6 and 10. RGB value is (214,166,16). Sum of RGB (Red+Green+Blue) = 214+166+16=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A610 is #2959EF. Grayscale: #A3A3A3. Windows color (decimal): -2710000 or 1091286. OLE color: 1091286.

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

Color convert

RGB 214 166 16 -
CMYK 0 0.22 0.93 0.16
HSL 45.45º 0.86% 0.45% -
HSV(B) 45.45º 0.93% 0.84% -
XYZ 41.46 41.61 6.34 -
YUV 163.25 44.9 164.2 -
System Red Green Blue C M Y K H S L
Decimal 214 166 16 0 0.22 0.93 0.16 45.45 0.86 0.45
Hex D6 A6 10 0 16 5D 10 2D 56 2D
Octal 326 246 20 0 26 135 20 55 126 55
Binary 11010110 10100110 10000 0 10110 1011101 10000 101101 1010110 101101

Color Harmonies of #D6A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A610

Black with #D6A610

Text Example


Text Example

White with #D6A610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A610; }

 p { color: rgb(214,166,16); }

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

background-color css

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

 a { background-color: rgb(214,166,16); }

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

border-color css

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

 span { border-color: rgb(214,166,16); }

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