Html Css Color HEX #D6A81A Galliano

📋 copy color: '#D6A81A'

red 214 ◦ green 168 ◦ blue 26

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

Shades of Galliano #D6A81A

Tints of Galliano #D6A81A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.18%

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

R = 52.45%
G = 41.18%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6A81A (or 0xD6A81A) is known color: Galliano. HEX triplet: D6, A8 and 1A. RGB value is (214,168,26). Sum of RGB (Red+Green+Blue) = 214+168+26=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A81A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A81A is #2957E5. Grayscale: #A6A6A6. Windows color (decimal): -2709478 or 1747158. OLE color: 1747158.

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

Color convert

RGB 214 168 26 -
CMYK 0 0.21 0.88 0.16
HSL 45.32º 0.78% 0.47% -
HSV(B) 45.32º 0.88% 0.84% -
XYZ 41.92 42.38 6.95 -
YUV 165.57 49.24 162.55 -
System Red Green Blue C M Y K H S L
Decimal 214 168 26 0 0.21 0.88 0.16 45.32 0.78 0.47
Hex D6 A8 1A 0 15 58 10 2D 4E 2F
Octal 326 250 32 0 25 130 20 55 116 57
Binary 11010110 10101000 11010 0 10101 1011000 10000 101101 1001110 101111

Color Harmonies of #D6A81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A81A

Black with #D6A81A

Text Example


Text Example

White with #D6A81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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