Html Css Color HEX #D6AC1B Galliano

📋 copy color: '#D6AC1B'

red 214 ◦ green 172 ◦ blue 27

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

Shades of Galliano #D6AC1B

Tints of Galliano #D6AC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.54%

R = 51.82%
G = 41.65%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6AC1B (or 0xD6AC1B) is known color: Galliano. HEX triplet: D6, AC and 1B. RGB value is (214,172,27). Sum of RGB (Red+Green+Blue) = 214+172+27=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AC1B is #2953E4. Grayscale: #A8A8A8. Windows color (decimal): -2708453 or 1813718. OLE color: 1813718.

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

Color convert

RGB 214 172 27 -
CMYK 0 0.20 0.87 0.16
HSL 46.52º 0.78% 0.47% -
HSV(B) 46.52º 0.87% 0.84% -
XYZ 42.68 43.88 7.26 -
YUV 168.03 48.41 160.79 -
System Red Green Blue C M Y K H S L
Decimal 214 172 27 0 0.20 0.87 0.16 46.52 0.78 0.47
Hex D6 AC 1B 0 14 57 10 2F 4E 2F
Octal 326 254 33 0 24 127 20 57 116 57
Binary 11010110 10101100 11011 0 10100 1010111 10000 101111 1001110 101111

Color Harmonies of #D6AC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC1B

Black with #D6AC1B

Text Example


Text Example

White with #D6AC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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