Html Css Color HEX #D6AC1A Galliano

📋 copy color: '#D6AC1A'

red 214 ◦ green 172 ◦ blue 26

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

Shades of Galliano #D6AC1A

Tints of Galliano #D6AC1A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.75%

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

R = 51.94%
G = 41.75%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6AC1A (or 0xD6AC1A) is known color: Galliano. HEX triplet: D6, AC and 1A. RGB value is (214,172,26). Sum of RGB (Red+Green+Blue) = 214+172+26=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AC1A is #2953E5. Grayscale: #A8A8A8. Windows color (decimal): -2708454 or 1748182. OLE color: 1748182.

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

Color convert

RGB 214 172 26 -
CMYK 0 0.20 0.88 0.16
HSL 46.6º 0.78% 0.47% -
HSV(B) 46.6º 0.88% 0.84% -
XYZ 42.67 43.88 7.2 -
YUV 167.91 47.91 160.87 -
System Red Green Blue C M Y K H S L
Decimal 214 172 26 0 0.20 0.88 0.16 46.6 0.78 0.47
Hex D6 AC 1A 0 14 58 10 2F 4E 2F
Octal 326 254 32 0 24 130 20 57 116 57
Binary 11010110 10101100 11010 0 10100 1011000 10000 101111 1001110 101111

Color Harmonies of #D6AC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC1A

Black with #D6AC1A

Text Example


Text Example

White with #D6AC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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