Html Css Color HEX #D6AB13 Galliano

📋 copy color: '#D6AB13'

red 214 ◦ green 171 ◦ blue 19

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

Shades of Galliano #D6AB13

Tints of Galliano #D6AB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.7%

R = 52.97%
G = 42.33%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6AB13 (or 0xD6AB13) is known color: Galliano. HEX triplet: D6, AB and 13. RGB value is (214,171,19). Sum of RGB (Red+Green+Blue) = 214+171+19=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AB13 is #2954EC. Grayscale: #A7A7A7. Windows color (decimal): -2708717 or 1289174. OLE color: 1289174.

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

Color convert

RGB 214 171 19 -
CMYK 0 0.20 0.91 0.16
HSL 46.77º 0.84% 0.46% -
HSV(B) 46.77º 0.91% 0.84% -
XYZ 42.41 43.47 6.77 -
YUV 166.53 44.75 161.86 -
System Red Green Blue C M Y K H S L
Decimal 214 171 19 0 0.20 0.91 0.16 46.77 0.84 0.46
Hex D6 AB 13 0 14 5B 10 2F 54 2E
Octal 326 253 23 0 24 133 20 57 124 56
Binary 11010110 10101011 10011 0 10100 1011011 10000 101111 1010100 101110

Color Harmonies of #D6AB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB13

Black with #D6AB13

Text Example


Text Example

White with #D6AB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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