Html Css Color HEX #D6AB2C Galliano

📋 copy color: '#D6AB2C'

red 214 ◦ green 171 ◦ blue 44

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

Shades of Galliano #D6AB2C

Tints of Galliano #D6AB2C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.86%

 BLUE value IS 44 (17.58% from 255) = 10.26%

R = 49.88%
G = 39.86%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6AB2C (or 0xD6AB2C) is known color: Galliano. HEX triplet: D6, AB and 2C. RGB value is (214,171,44). Sum of RGB (Red+Green+Blue) = 214+171+44=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AB2C is #2954D3. Grayscale: #A9A9A9. Windows color (decimal): -2708692 or 2927574. OLE color: 2927574.

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

Color convert

RGB 214 171 44 -
CMYK 0 0.20 0.79 0.16
HSL 44.82º 0.67% 0.51% -
HSV(B) 44.82º 0.79% 0.84% -
XYZ 42.75 43.6 8.55 -
YUV 169.38 57.25 159.83 -
System Red Green Blue C M Y K H S L
Decimal 214 171 44 0 0.20 0.79 0.16 44.82 0.67 0.51
Hex D6 AB 2C 0 14 4F 10 2D 43 33
Octal 326 253 54 0 24 117 20 55 103 63
Binary 11010110 10101011 101100 0 10100 1001111 10000 101101 1000011 110011

Color Harmonies of #D6AB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB2C

Black with #D6AB2C

Text Example


Text Example

White with #D6AB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB2C; }

 p { color: rgb(214,171,44); }

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

background-color css

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

 a { background-color: rgb(214,171,44); }

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

border-color css

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

 span { border-color: rgb(214,171,44); }

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