Html Css Color HEX #D6AD1A Galliano

📋 copy color: '#D6AD1A'

red 214 ◦ green 173 ◦ blue 26

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

Shades of Galliano #D6AD1A

Tints of Galliano #D6AD1A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.89%

 BLUE value IS 26 (10.55% from 255) = 6.3%

R = 51.82%
G = 41.89%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6AD1A (or 0xD6AD1A) is known color: Galliano. HEX triplet: D6, AD and 1A. RGB value is (214,173,26). Sum of RGB (Red+Green+Blue) = 214+173+26=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD1A is #2952E5. Grayscale: #A9A9A9. Windows color (decimal): -2708198 or 1748438. OLE color: 1748438.

HSL color Cylindrical-coordinate representation of color #D6AD1A: hue angle of 46.91º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6AD1A is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 26 -
CMYK 0 0.19 0.88 0.16
HSL 46.91º 0.78% 0.47% -
HSV(B) 46.91º 0.88% 0.84% -
XYZ 42.86 44.26 7.26 -
YUV 168.5 47.58 160.45 -
System Red Green Blue C M Y K H S L
Decimal 214 173 26 0 0.19 0.88 0.16 46.91 0.78 0.47
Hex D6 AD 1A 0 13 58 10 2F 4E 2F
Octal 326 255 32 0 23 130 20 57 116 57
Binary 11010110 10101101 11010 0 10011 1011000 10000 101111 1001110 101111

Color Harmonies of #D6AD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD1A

Black with #D6AD1A

Text Example


Text Example

White with #D6AD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD1A; }

 p { color: rgb(214,173,26); }

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

background-color css

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

 a { background-color: rgb(214,173,26); }

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

border-color css

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

 span { border-color: rgb(214,173,26); }

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