Html Css Color HEX #D6AB17 Galliano

📋 copy color: '#D6AB17'

red 214 ◦ green 171 ◦ blue 23

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

Shades of Galliano #D6AB17

Tints of Galliano #D6AB17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.64%

R = 52.45%
G = 41.91%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D6AB17 (or 0xD6AB17) is known color: Galliano. HEX triplet: D6, AB and 17. RGB value is (214,171,23). Sum of RGB (Red+Green+Blue) = 214+171+23=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AB17 is #2954E8. Grayscale: #A7A7A7. Windows color (decimal): -2708713 or 1551318. OLE color: 1551318.

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

Color convert

RGB 214 171 23 -
CMYK 0 0.20 0.89 0.16
HSL 46.49º 0.81% 0.46% -
HSV(B) 46.49º 0.89% 0.84% -
XYZ 42.45 43.48 6.97 -
YUV 166.99 46.75 161.53 -
System Red Green Blue C M Y K H S L
Decimal 214 171 23 0 0.20 0.89 0.16 46.49 0.81 0.46
Hex D6 AB 17 0 14 59 10 2E 51 2E
Octal 326 253 27 0 24 131 20 56 121 56
Binary 11010110 10101011 10111 0 10100 1011001 10000 101110 1010001 101110

Color Harmonies of #D6AB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB17

Black with #D6AB17

Text Example


Text Example

White with #D6AB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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